- Cloning into a project : 1:23
- Creating a new branch off of the master branch : 3:23
git status
: 5:02git add .
orgit add filename
: 5:50git status
: 6:12git commit -m "message here"
: 6:45git push origin branchname
: 8:15- Go to the repo in GitHub and create the pull request! : 10:15
- Tada!! 🎉PR Created! : 11:08
-
LINE ADDED