Adding mob user to git repository

1 view
Skip to first unread message

Brazil

unread,
Feb 2, 2008, 11:35:01 AM2/2/08
to tinymux-dev
The git repository at http://repo.or.cz/w/tinymux.git has added the
ability to accept pushes from anonymous users via a mob account and a
mob branch. The instructions on repo.or.cz are woefully insufficient,
but I've tried the following steps:

git-config -global user.name YourName
git-config -global user.email YourEmail
git clone git+ssh://m...@repo.or.cz/srv/git/tinymux.git
cd tinymux
git checkout -track -b mob origin/mob

After you've made and committed changes to this local mob branch (some
combination of git-cherry-pick, git-add, git-commit, or git-commit -
a):

git-checkout mob
git push

Changes on the mob branch could have come from anywhere, so be
careful.


Brazil
Reply all
Reply to author
Forward
0 new messages