- Fork and clone this repo:
git clone <repo link> - Create a new branch:
git checkout -b <branch name> - Create a txt file containing your first name:
touch <name>.txt - Add, commit, and push
git add <file or directory name>orgit add .to add all files changedgit commit -m “<commit name>”orgit commitgit push- If this is your first time pushing this branch after creating it, you will be prompted to run
git push --set-upstream origin [your-name]/[feature]instead
- If this is your first time pushing this branch after creating it, you will be prompted to run
- Make a pull request. Do this using the Github interface!
- Run the program:
python3 secret.py
Welcome to AppDev :)