Developers

Project at a glance

  • “splashy-devel” splashy-devel <~AT> lists.alioth.debian.org
  • “splashy-users” splashy-users <AT~> lists.alioth.debian.org

Revision control

Work Flow

  • Need to get a new copy of the repository?
git clone ssh://$ALIOTHUSER@git.debian.org/git/splashy/splashy.git
  • Edit changes locally and need to upload/merge?
git commit -m "my notes" -a
git fetch
git rebase origin
git push origin
  • Need a read-only copy of the repository?
git clone git://git.debian.org/git/splashy/splashy.git
  • Need a read-only copy of the repository and you are behind a corporate firewall (no access to port 9418)?
git clone http://git.debian.org/git/splashy/splashy.git

For more information about Git please read the excellent documentation on X.org/Freedesktop.org:

http://www.freedesktop.org/wiki/Infrastructure/git/Developers

You might want to use the following alias in your ~/.profile

# git-pull does not cut it for you?
alias gitpull='git fetch origin; git rebase origin;'
# how about git-push?
alias gitpush='git push; git fetch origin; git rebase origin;'

Subprojects

Bugs tracking and reporting

Mailing lists archives

Notes on Operating Systems

 
developers.txt · Last modified: 2007/11/29 21:33 by lemsx1
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki