Shammer's Philosophy

My private adversaria

GIT

How to display diff between local branch and remote branch of GIT?

GIT

Before commit Just git diff can display the difference like below. $ git diff diff --git a/my-elisps.el b/my-elisps.el index a7c3ee8..e4044da 100644 --- a/my-elisps.el +++ b/my-elisps.el @@ -161,7 +161,7 @@ ">\n")) (insert (concat "

Edit GIT runtime information

GIT

This should be the action after Move EmacsConfig from Dropbox to GIT - Shammerism. Change Editor $ git config --global core.editor "/Applications/Emacs.app/Contents/MacOS/Emacs -nw"On my Mac, this should be defined with full path. If deter…

Git operation after modified some files

This is a continuation of Move EmacsConfig from Dropbox to GIT - Shammerism. I modified some files getting from My GIT repository and executed following commands. git commit -v -a -m "Message about this commit" git push -u origin master Bu…

Move EmacsConfig from Dropbox to GIT

I use https://bitbucket.org/, and this is a procedure how to move EmacsConfig files to git repository of bitbucket.org from Dropbox. Create repository on bitbucket.org git clone https://$bitbucketUserName@bitbucket.org/$bitbucketUserName/$…