...
Referensi
- Phabricator, https://www.phacility.com/phabricator/
cd /path/to/fork/clone
git remote add upstream url/original/repo
git fetch --tags upstream
#Push the tag from my local to my master branch
git push -f --tags origin master
$ git clone https://USER@bitbucket.org/USER/PROJECT.git
$ cd PROJECT
$ git remote add upstream https://github.com:USER/PROJECT.git
$ git push upstream master
$ git push --tags upstream
git log
git reset --hard <your commit hash key>
application/webroot/js/MathJax = [git]https://github.com/mathjax/MathJax.git
mias/MathMLCan = [git]https://github.com/OpenThink-Labs/MathMLCan.git
mias/MathMLUnificator = [git]https://github.com/OpenThink-Labs/MathMLUnificator.git
mias/MIaSMath = [git]https://github.com/OpenThink-Labs/MIaSMath.git
mias/MIaS = [git]https://github.com/OpenThink-Labs/MIaS.git
mias/WebMIaS = [git]https://github.com/OpenThink-Labs/WebMIaS.git
hg push --config extensions.gitsubreadonly=/path/to/contrib/gitsubreadonly.pyCommit dan Push Subrepository
hg commit --subrepos -m "pesan commit"
hg pushUntuk meng-enable git subrepository, tambah konfigurasi berikut di .hgrc :
[subrepos]
git:allowed = true
mercurial@openthinklabs$ hg update --clean -r tip