guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git push weird?


From: Thien-Thi Nguyen
Subject: Re: git push weird?
Date: Tue, 15 Jun 2010 19:54:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

() Xiangfu Liu <address@hidden>
() Tue, 15 Jun 2010 22:41:35 +0800

   git is offline version control.
   so if you committed in local several times,
   when you git push. it will push all of your committed to server.

   hopt this can help.

Thanks.  I think i should have done a "git rebase" prior to "git push"
in order to isolate the one commit that i wanted to share.

In the meanwhile, i have also done:

  $ git push -v origin ttn/misc-maint
  Pushing to ssh://address@hidden/srv/git/guile.git
  Enter passphrase for key '/home/ttn/.ssh/sv': 
  Total 0 (delta 0), reused 0 (delta 0)
  To ssh://address@hidden/srv/git/guile.git
   * [new branch]      ttn/misc-maint -> ttn/misc-maint
  updating local tracking ref 'refs/remotes/origin/ttn/misc-maint'

I think it is ok for the branch ‘ttn/misc-maint’ to have many different
commits.  So now i would like to undo the damage on "master".  I think
only a project administrator is able to do that, however...

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]