blob: 68fd608b35e75d563d3c7452ace9502b46d321ca [file] [log] [blame]
Everton Marques871dbcf2009-08-11 15:43:05 -03001#! /bin/bash
2#
3# Savannah Developer Git Checkout
4#
5# Delete remote branch qpimd: git push origin :qpimd
6# (git push origin :refs/heads/branch_to_delete)
7# Delete remote tag v0.139: git push origin :v0.139
8# (git push origin :refs/tags/tag_to_delete)
9# Create remote-tracking branch: git checkout -b pim0.142 origin/pim0.142
10# Rename branch qpimd to pim: git branch -m qpimd pim
11# Commit changes: git commit -a
12# Send changes: git push --all
13#
14# $QuaggaId: $Format:%an, %ai, %h$ $
15
16git clone ssh://evertonm@git.sv.gnu.org/srv/git/qpimd.git quagga