Walter
Joined 8 May 2008
| Line 78: | Line 78: | ||
git-pull | git-pull | ||
to periodically pull pootle updates to the project .po files (every Friday?) | to periodically pull pootle updates to the project .po files (every Friday?) | ||
---- | |||
alsroot taught me about another git feature: tags | |||
git tag -m "Release 36" v36 HEAD | |||
git push --tags | |||
---- | ---- | ||