Skip to content

Instantly share code, notes, and snippets.

@hiredman
Last active March 14, 2018 23:54
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 hiredman/9e3bb3eea02b33cff49d9fe74051af86 to your computer and use it in GitHub Desktop.
Save hiredman/9e3bb3eea02b33cff49d9fe74051af86 to your computer and use it in GitHub Desktop.
∵ dallben /tmp ∴ git clone ~/src/alacritty/
git clone ~/src/alacritty/
Cloning into 'alacritty'...
done.
∵ dallben /tmp ∴ cd alacritty/
cd alacritty/
∵ dallben /tmp/alacritty ∴ git log --oneline | head -10
git log --oneline | head -10
03f9e0c Add install instructions via cargo --git
dddf664 Add info about default configuration for macOS
107b615 `starting` not `staring` (#1074)
cc87390 fix fallbacks in macos (#1099)
2466f81 Update core-text (#1061)
53a5a96 Update lockfile
b82622e Update dependencies
59b561b Better character cell width with FreeType (#1029)
b396a9a Implement `reset_state` of Term struct (#1035)
692cdef Update lockfile (#1031)
zsh: broken pipe git log --oneline |
zsh: done head -10
∵ dallben /tmp/alacritty ∴ NEW_INIT=107b615
NEW_INIT=107b615
∵ dallben /tmp/alacritty ∴ git checkout --orphan foo $NEW_INIT
git checkout --orphan foo $NEW_INIT
Switched to a new branch 'foo'
∵ dallben /tmp/alacritty ∴ git commit -am "new init" 2>&1 > /dev/null
git commit -am "new init" 2>&1 > /dev/null
∵ dallben /tmp/alacritty ∴ git rev-list $NEW_INIT..master|xargs git cherry-pick --allow-empty
git rev-list 107b615..master|xargs git cherry-pick --allow-empty
[foo 22b7010] Add install instructions via cargo --git
Author: Oliver Jan Krylow <oliver@bugabinga.net>
Date: Tue Feb 13 17:36:25 2018 +0100
1 file changed, 10 insertions(+)
[foo 87f6f1a] Add info about default configuration for macOS
Author: Saugat Acharya <mesaugat@gmail.com>
Date: Tue Feb 13 22:05:57 2018 +0545
1 file changed, 5 insertions(+), 3 deletions(-)
∵ dallben /tmp/alacritty ∴
∵ dallben /tmp/alacritty ∴ git log --oneline | head -10
git log --oneline | head -10
87f6f1a Add info about default configuration for macOS
22b7010 Add install instructions via cargo --git
8304354 new init
∵ dallben /tmp/alacritty ∴ git checkout master
git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
∵ dallben /tmp/alacritty ∴ git reset --hard foo
git reset --hard foo
HEAD is now at 87f6f1a Add info about default configuration for macOS
∵ dallben /tmp/alacritty ∴ git log --oneline
git log --oneline
WARNING: terminal is not fully functional
- (press RETURN)
87f6f1a (HEAD -> master, foo) Add info about default configuration for macOS
22b7010 Add install instructions via cargo --git
8304354 new init
∵ dallben /tmp/alacritty ∴
∵ dallben /tmp/alacritty ∴
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment