Created
October 29, 2014 17:25
-
-
Save ajtulloch/206c5de53b40b131d5f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 git --no-pager -c core.preloadindex=true add -- arc_macros | |
0 git --no-pager -c core.preloadindex=true add -u . | |
0 git --no-pager -c core.preloadindex=true commit --no-edit --amend | |
[master 3f38381] First commit | |
Date: Tue Oct 28 13:54:24 2014 -0700 | |
4 files changed, 203 insertions(+) | |
create mode 100644 .gitignore | |
create mode 100644 Cask | |
create mode 100755 arc_macros | |
create mode 100644 phabricator.el | |
0 git --no-pager -c core.preloadindex=true push -v origin master:refs/heads/master --force | |
Pushing to [email protected]:ajtulloch/phabricator.el.git | |
Counting objects: 4, done. | |
Writing objects: 100% (4/4), 455 bytes | 0 bytes/s, done. | |
Total 4 (delta 2), reused 0 (delta 0) | |
To [email protected]:ajtulloch/phabricator.el.git | |
+ 5a3365a...3f38381 master -> master (forced update) | |
updating local tracking ref 'refs/remotes/origin/master' | |
0 git --no-pager -c core.preloadindex=true apply --cached --ignore-space-change - | |
0 git --no-pager -c core.preloadindex=true apply --cached --ignore-space-change - | |
0 git --no-pager -c core.preloadindex=true apply --reverse --cached --ignore-space-change - | |
0 git --no-pager -c core.preloadindex=true commit -- | |
Waiting for Emacs... | |
[master d6c58e9] Added a lint in the first commit. | |
1 file changed, 1 insertion(+) | |
0 git --no-pager -c core.preloadindex=true apply --cached --ignore-space-change - | |
0 git --no-pager -c core.preloadindex=true commit -- | |
Waiting for Emacs... | |
[master d048ca1] Second commit | |
1 file changed, 1 insertion(+) | |
0 git --no-pager -c core.preloadindex=true checkout -- arc_macros | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment