Skip to content

Commit

Permalink
number exercise + update PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed May 2, 2023
1 parent 28b4e34 commit 6a4bfde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- `git switch <NAME>`: moves HEAD / switches your branch to <NAME>
- `git checkout <NAME>` older way to switch branches

## Exercise
## Exercise 2

- create a branch `branch_defs`
- edit README
Expand All @@ -37,3 +37,5 @@
- `git fetch`: updates the git log / history
- `git fetch --prune`: deletes any remote branches that were deleted
- `git branch -d <NAME>`: delete branch on your local machine

- pull requests will auto update when you push the branch again

0 comments on commit 6a4bfde

Please sign in to comment.