Skip to content

Instantly share code, notes, and snippets.

Created September 15, 2014 11:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/7d94e3461002e950895d to your computer and use it in GitHub Desktop.
inside .git/hooks
lrwxrwxrwx 1 boban users 33 2014-09-15 04:19 post-checkout -> /nail/workflow/post-checkout-hook*
lrwxrwxrwx 1 boban users 30 2014-09-15 04:19 post-merge -> /nail/workflow/post-merge-hook*
lrwxrwxrwx 1 boban users 31 2014-09-15 04:19 pre-auto-gc -> /nail/workflow/pre-auto-gc-hook*
drwxr-xr-x 2 boban users 4096 2014-09-15 04:19 pre-commit/
boban@dev:~/playground (some_branch) $ git pull-master
From git.something:something
* branch master -> FETCH_HEAD
Already up-to-date.
boban@dev:~/playground (some_branch) $ git push origin some_branch
Total 0 (delta 0), reused 0 (delta 0)
remote: fatal: Invalid revision range 0000000000000000000000000000000000000000..def9b0f5896766259e070bd6800267041208416f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment