use same name for github everywhere
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
8d7fc91f65
commit
cfd827bbdd
6
Makefile
6
Makefile
|
@ -25,6 +25,8 @@ update:
|
||||||
# git branch -M master
|
# git branch -M master
|
||||||
github:
|
github:
|
||||||
git push origin master
|
git push origin master
|
||||||
|
git push origin devel
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
git push github2 master
|
git push github master
|
||||||
git push github2 --tags
|
git push github devel
|
||||||
|
git push github --tags
|
||||||
|
|
Loading…
Reference in New Issue