[go: nahoru, domu]

Skip to content

Commit

Permalink
Updated Git presentation for skdy
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Feb 3, 2012
1 parent 1ee67f0 commit 74ce800
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added skdy_2012-02-03_git/presentation.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Git: Remotes, Branching, and Rebasing
=====================================

:Organization: SendOutCards
:Organization: Skullcandy
:Author: Seth House <seth@eseth.com>
:Date: 2011-07-22
:Date: 2012-02-03

.. raw:: latex

Expand Down Expand Up @@ -45,6 +45,13 @@ Mirroring a repo
git push --mirror myremote
or:

.. code-block:: bash
git push myremote \
refs/remotes/myremote/*:refs/heads/*
Remote branches
---------------

Expand Down Expand Up @@ -145,13 +152,6 @@ Or:
git fetch
git rebase @{u}
Or:

.. code-block:: bash
git fetch
git reset --hard @{u}
Branching
=========

Expand Down
Binary file removed soc_2011-07-22_git/presentation.pdf
Binary file not shown.

0 comments on commit 74ce800

Please sign in to comment.