Skip to content

Commit 7d8b4b1

Browse files
committed
Summarize commnads at the top
1 parent b436b27 commit 7d8b4b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ the World](https://allaroundtheworld.fr/) for our software development. It
55
makes it dead easy for teams using git (and in our case, github) to work
66
together.
77

8+
There are only three new commands to remember:
9+
10+
* `git hub $issue_number` (create new branch based on a github ticket)
11+
* `git refresh` (rebase your work on top of current `master`)
12+
* `git merge-with-master` (cleanly add your branch back to `master`)
13+
814
Note: only the `bin/git-hub` command assumes you're using github. The other
915
commands work fine without it.
1016

0 commit comments

Comments
 (0)