Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit bac4f82

Browse files
author
Ingvord
authored
Pull request with correct commits history (tango-controls#23)
* Update CONTRIBUTE.md
1 parent 079242a commit bac4f82

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CONTRIBUTE.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,19 @@
44

55
- fork
66
- clone fork
7+
- start a new branch `git branch my-contrib`
8+
- switch to the new branch `git checkout my-contrib`
79
- do changes
8-
- create pull request
10+
- commit&push
11+
- create pull request
12+
13+
# To update forked repo localy
14+
15+
Before submitting a new pull request
16+
17+
- git fetch upstream
18+
- git rebase upstream/master
19+
20+
_OR_
21+
22+
- git pull --rebase upstream master

0 commit comments

Comments
 (0)