Mike McCune wrote:
just a heads up, I accidentally did a 'git push --all' (not sure why i typed --all).

Looks like it pushed a bunch of my local junk:

  * [new branch]      482779 -> 482779
  * [new branch]      482879 -> 482879
  * [new branch]      b481767 -> b481767
  * [new branch]      checkstyle -> checkstyle
  * [new branch]      client-work -> client-work
  * [new branch]      cobbler-units -> cobbler-units
  * [new branch]      devel -> devel
  * [new branch]      file-storage -> file-storage
  * [new branch]      foo -> foo
  * [new branch]      playpen -> playpen
  * [new branch]      snippets -> snippets
  * [new branch]      sql -> sql
  * [new branch]      system-sync -> system-sync
  * [new branch]      test-local -> test-local
  * [new branch]      unit-tests -> unit-tests
  * [new branch]      virt-work -> virt-work
  * [new branch]      warning -> warning

deleting *all* of the above remote branches.

Mike

My workflow is:

$ git branch -dr origin/foo
Deleted remote branch origin/foo.
$ git push origin :foo
To ssh://git.fedorahosted.org/git/spacewalk.git/
 - [deleted]         foo

Mike
--
Mike McCune
mmccune AT redhat.com
Engineering               | Portland, OR
RHN Satellite             | 650.567.9039x79248

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to