-
Notifications
You must be signed in to change notification settings - Fork 3
GIT
Joseph Harkleroad edited this page Mar 20, 2018
·
3 revisions
git checkout practice
git pull
git checkout -b new_branch
git push -u origin new_branch
- Click on Latissimus_Dorsi
- Select the branch to be merged from the "Branch:" pull down menu
- Click the "New pull request" button to the right of the "Branch:" pull down menu
- Click the "base:" pull down menu and select "practice"
- Be a pal and leave a comment
- Click the green "Create pull request" button
- Prune old local branches:
git remote prune origin --dry-run
- Delete a local branch:
git branch -d the_local_branch