-
Notifications
You must be signed in to change notification settings - Fork 2k
Git cheatsheet
OlegHahm edited this page Mar 1, 2013
·
8 revisions
git clone git://github.com/RIOT-OS/RIOT.git
If you require write access, please contact the RIOT-team via email.
Edit the file @.git/config@ within your local repository and replace
url = git://github.com/RIOT-OS/RIOT.git
by
url = git@github.com:RIOT-OS/RIOT.git
Example for the stable branch:
git branch --track stable origin/stable
- (Examples are for release 0.01a)
git tag -s 0.01a
git archive --format=tar --prefix=riot-0.01a/ 0.01a | gzip > riot-0.01a.tar.gz