Skip to content

Instantly share code, notes, and snippets.

@geelen
Created June 5, 2009 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geelen/124076 to your computer and use it in GitHub Desktop.
Save geelen/124076 to your computer and use it in GitHub Desktop.
Fri 14:57:17 glen@swineflu ~/src/git-admo/admo ADMOD-1829
$ gits
# On branch ADMOD-1829
nothing to commit (working directory clean)
Fri 14:59:32 glen@swineflu ~/src/git-admo/admo ADMOD-1829
$ git push ci ADMOD-1829:ci
To ssh://glen-ci.local/~glen/src/git-admo
! [rejected] ADMOD-1829 -> ci (non-fast forward)
error: failed to push some refs to 'ssh://glen-ci.local/~glen/src/git-admo'
Fri 14:59:38 glen@swineflu ~/src/git-admo/admo ADMOD-1829
$ git push ci :ci
To ssh://glen-ci.local/~glen/src/git-admo
- [deleted] ci
Fri 14:59:48 glen@swineflu ~/src/git-admo/admo ADMOD-1829
$ git push ci ADMOD-1829:ci
Counting objects: 549, done.
Compressing objects: 100% (313/313), done.
Writing objects: 100% (470/470), 45.54 KiB, done.
Total 470 (delta 167), reused 0 (delta 0)
To ssh://glen-ci.local/~glen/src/git-admo
* [new branch] ADMOD-1829 -> ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment