parent
f9208bdffb
commit
2f59cd70aa
22
Makefile
22
Makefile
|
@ -1,18 +1,18 @@
|
||||||
# git remote add gitwit git@git.wit.org:wit/arg.git
|
# git remote add gitwit git@git.wit.org:wit/arg.git
|
||||||
|
|
||||||
github:
|
github:
|
||||||
git push gitwit register
|
git push origin register
|
||||||
git push gitwit devel
|
git push origin devel
|
||||||
git push gitwit jcarr
|
git push origin jcarr
|
||||||
git push gitwit --tags
|
git push origin --tags
|
||||||
git push github register
|
# git push github register
|
||||||
git push github devel
|
# git push github devel
|
||||||
git push github --tags
|
# git push github --tags
|
||||||
@echo
|
@echo
|
||||||
@echo check https://git.wit.org/wit/arg
|
@echo check https://git.wit.org/wit/arg
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
init-github:
|
# init-github:
|
||||||
git push -u github master
|
# git push -u github master
|
||||||
git push -u github devel
|
# git push -u github devel
|
||||||
git push github --tags
|
# git push github --tags
|
||||||
|
|
Loading…
Reference in New Issue