Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created July 3, 2010 08:27
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smtlaissezfaire/318ccfeebbc4f1264a99 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/318ccfeebbc4f1264a99 to your computer and use it in GitHub Desktop.
hopcroft:node(master) scotttaylor$ git fetch
remote: Counting objects: 1296, done.
remote: Compressing objects: 100% (853/853), done.
remote: Total 1002 (delta 824), reused 183 (delta 144)
Receiving objects: 100% (1002/1002), 387.36 KiB, done.
Resolving deltas: 100% (824/824), completed with 276 local objects.
From git://github.com/ry/node
02da5ed..515dc21 master -> origin/master
From git://github.com/ry/node
* [new tag] v0.1.100 -> v0.1.100
* [new tag] v0.1.99 -> v0.1.99
hopcroft:node(master) scotttaylor$ git tag -l
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.1.0
v0.1.1
v0.1.10
v0.1.100
v0.1.11
v0.1.12
v0.1.13
v0.1.14
v0.1.15
v0.1.16
v0.1.17
v0.1.18
v0.1.19
v0.1.2
v0.1.20
v0.1.21
v0.1.22
v0.1.23
v0.1.24
v0.1.25
v0.1.26
v0.1.27
v0.1.28
v0.1.29
v0.1.3
v0.1.30
v0.1.31
v0.1.32
v0.1.33
v0.1.4
v0.1.5
v0.1.6
v0.1.7
v0.1.8
v0.1.9
v0.1.90
v0.1.91
v0.1.92
v0.1.93
v0.1.94
v0.1.95
v0.1.96
v0.1.97
v0.1.98
v0.1.99
hopcroft:node(master) scotttaylor$ git checkout v0.1.9
v0.1.9 v0.1.90 v0.1.91 v0.1.92 v0.1.93 v0.1.94 v0.1.95 v0.1.96 v0.1.97 v0.1.98 v0.1.99
hopcroft:node(master) scotttaylor$ git checkout v0.1.99
Note: moving to 'v0.1.99' which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at a620b72... bump version
hopcroft:node(v0.1.99) scotttaylor$ ./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment