We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436b27 commit 7d8b4b1Copy full SHA for 7d8b4b1
README.md
@@ -5,6 +5,12 @@ the World](https://allaroundtheworld.fr/) for our software development. It
5
makes it dead easy for teams using git (and in our case, github) to work
6
together.
7
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
14
Note: only the `bin/git-hub` command assumes you're using github. The other
15
commands work fine without it.
16
0 commit comments