fertesta (owner)

Revisions

gist: 233116 Download_button fork
public
Public Clone URL: git://gist.github.com/233116.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Testa-MacBook-Pro:project testa$ git remote show origin
* remote origin
  Fetch URL: git@github.com:fertesta/sandbox.git
  Push URL: git@github.com:fertesta/sandbox.git
  HEAD branch (remote HEAD is ambiguous, may be one of the following):
    dudi
    experiment
    master
  Remote branches:
    dudi tracked
    experiment tracked
    master tracked
  Local refs configured for 'git push':
    experiment pushes to experiment (up to date)
    master pushes to master (up to date)
Testa-MacBook-Pro:project testa$ git checkout --track origin/dudi
Branch dudi set up to track remote branch dudi from origin.
Switched to a new branch 'dudi'
Testa-MacBook-Pro:project testa$ gitx
Testa-MacBook-Pro:project testa$ git branch
* dudi
  experiment
  master