Skip to content

Instantly share code, notes, and snippets.

@terabyte
Last active December 11, 2015 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terabyte/4568352 to your computer and use it in GitHub Desktop.
Save terabyte/4568352 to your computer and use it in GitHub Desktop.
Looking at GRD
* e772530b0e89d92d419714c541990439b06ef67a Carl Myers Fri Jan 18 12:37:28 2013 -0800 (HEAD, master)master rolls onward some more
* 97fae5b12018fb5f207c8bf0df92b3e2c08ed237 Carl Myers Fri Jan 18 12:37:14 2013 -0800 master rolls onward
| * 3e5dbc6c10e3fc355106aed1fc1e4cb7206471e7 Carl Myers Fri Jan 18 12:36:52 2013 -0800 (topic2)topic 2
| | * 7a28a91e3b7c99d5705f25c9b4ec2465ae991900 Carl Myers Fri Jan 18 12:36:29 2013 -0800 (topic1)topic commit 1
| |/
| * e3dd2331263e215e5c3bf9839b5c6e860b4ffc3e Carl Myers Fri Jan 18 12:36:09 2013 -0800 (dev)dev commit 2
| * 014c281df82dc0b808442350e9199d28626c9096 Carl Myers Fri Jan 18 12:35:53 2013 -0800 dev commit 1
|/
* e98060f3e0893454c625c1b28844bfc8e2d7c009 Carl Myers Tue Jan 8 10:52:33 2013 -0800 (v6-cmyers-verified)Exmaple chagne
| * dbf294965832f56e72e26b1a37e477fb05b8dfdd Carl Myers Tue Jan 8 10:52:33 2013 -0800 (origin/master, origin/HEAD)Exmaple chagne
|/
* 356681426c31ca7bcd7500819d46e7c23c78cbaa Carl Myers Fri Sep 30 19:26:05 2011 -0700 changes in series 3
* 884c6aef5f1805356b61b871fe20f215764a57b9 Carl Myers Fri Sep 30 19:25:58 2011 -0700 changes in series 2
* fd2e8e16a9ba64878fb6a5351c25dd8c39583485 Carl Myers Fri Sep 30 19:25:43 2011 -0700 changes in series 1
* fa2c8b21268017406c31ee17c12f8f8cc232f208 Carl Myers Fri Sep 30 19:23:37 2011 -0700 change 1
* 48a041490b2370a283e11f339cc67e6d65b57cdf Carl Myers Fri Sep 30 19:20:42 2011 -0700 test
(12:40:37):cmyers@cmyers-ubuntu:3 master] git-rebase-of-doom M:O:master,T:dev
Running: git, checkout, e772530b0e89d92d419714c541990439b06ef67a...
Note: checking out 'e772530b0e89d92d419714c541990439b06ef67a'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, 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 e772530... master rolls onward some more
Interpretting (1/9): pick 014c281df82dc0b808442350e9199d28626c9096
Running: git, cherry-pick, 014c281df82dc0b808442350e9199d28626c9096...
[detached HEAD c2f29f2] dev commit 1
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 1.txt
Interpretting (2/9): pick e3dd2331263e215e5c3bf9839b5c6e860b4ffc3e
Running: git, cherry-pick, e3dd2331263e215e5c3bf9839b5c6e860b4ffc3e...
[detached HEAD c741e13] dev commit 2
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 2.txt
Interpretting (3/9): branch dev
Interpretting (4/9): save INTERNAL-e3dd2331263e215e5c3bf9839b5c6e860b4ffc3e
Interpretting (5/9): pick 7a28a91e3b7c99d5705f25c9b4ec2465ae991900
Running: git, cherry-pick, 7a28a91e3b7c99d5705f25c9b4ec2465ae991900...
[detached HEAD d5ff82c] topic commit 1
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 t1.txt
Interpretting (6/9): branch topic1
Interpretting (7/9): load INTERNAL-e3dd2331263e215e5c3bf9839b5c6e860b4ffc3e
Running: git, checkout, c741e136bcbeb6214594610962675c66b4bc1b07...
Warning: you are leaving 3 commits behind, not connected to
any of your branches:
d5ff82c topic commit 1
c741e13 dev commit 2
c2f29f2 dev commit 1
If you want to keep them by creating a new branch, this may be a good time
to do so with:
git branch new_branch_name d5ff82c64434e3400a9debfc86a86683e4453f4f
HEAD is now at c741e13... dev commit 2
Interpretting (8/9): pick 3e5dbc6c10e3fc355106aed1fc1e4cb7206471e7
Running: git, cherry-pick, 3e5dbc6c10e3fc355106aed1fc1e4cb7206471e7...
[detached HEAD 47f78b4] topic 2
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 t2.txt
Interpretting (9/9): branch topic2
Updating: dev => c741e136bcbeb6214594610962675c66b4bc1b07
Running: git, update-ref, -m, GRD, refs/heads/dev, c741e136bcbeb6214594610962675c66b4bc1b07...
Updating: topic1 => d5ff82c64434e3400a9debfc86a86683e4453f4f
Running: git, update-ref, -m, GRD, refs/heads/topic1, d5ff82c64434e3400a9debfc86a86683e4453f4f...
Updating: topic2 => 47f78b4fdcd1994d805ba210c3b53057eee6eda8
Running: git, update-ref, -m, GRD, refs/heads/topic2, 47f78b4fdcd1994d805ba210c3b53057eee6eda8...
No head set? Leaving wherever.
Done.
(12:47:11):cmyers@cmyers-ubuntu:3 47f78b4...] git alog
* d5ff82c64434e3400a9debfc86a86683e4453f4f Carl Myers Fri Jan 18 12:36:29 2013 -0800 (topic1)topic commit 1
| * 47f78b4fdcd1994d805ba210c3b53057eee6eda8 Carl Myers Fri Jan 18 12:36:52 2013 -0800 (HEAD, topic2)topic 2
|/
* c741e136bcbeb6214594610962675c66b4bc1b07 Carl Myers Fri Jan 18 12:36:09 2013 -0800 (dev)dev commit 2
* c2f29f2be286b94fb7f1bfd307d813df2c809e75 Carl Myers Fri Jan 18 12:35:53 2013 -0800 dev commit 1
* e772530b0e89d92d419714c541990439b06ef67a Carl Myers Fri Jan 18 12:37:28 2013 -0800 (master)master rolls onward some more
* 97fae5b12018fb5f207c8bf0df92b3e2c08ed237 Carl Myers Fri Jan 18 12:37:14 2013 -0800 master rolls onward
* e98060f3e0893454c625c1b28844bfc8e2d7c009 Carl Myers Tue Jan 8 10:52:33 2013 -0800 (v6-cmyers-verified)Exmaple chagne
| * dbf294965832f56e72e26b1a37e477fb05b8dfdd Carl Myers Tue Jan 8 10:52:33 2013 -0800 (origin/master, origin/HEAD)Exmaple chagne
|/
* 356681426c31ca7bcd7500819d46e7c23c78cbaa Carl Myers Fri Sep 30 19:26:05 2011 -0700 changes in series 3
* 884c6aef5f1805356b61b871fe20f215764a57b9 Carl Myers Fri Sep 30 19:25:58 2011 -0700 changes in series 2
* fd2e8e16a9ba64878fb6a5351c25dd8c39583485 Carl Myers Fri Sep 30 19:25:43 2011 -0700 changes in series 1
* fa2c8b21268017406c31ee17c12f8f8cc232f208 Carl Myers Fri Sep 30 19:23:37 2011 -0700 change 1
* 48a041490b2370a283e11f339cc67e6d65b57cdf Carl Myers Fri Sep 30 19:20:42 2011 -0700 test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment