Feeds:
Posts
Comments

Archive for the ‘Git’ Category

My Global Git Settings

$ git config –global github.user <your GitHub user name> $ git config –global github.token <your GitHub API token> $ git config –global color.ui “auto” The user and token settings work with gist.el (available through elpa: M-x package-list-packages, mark for installation by moving the cursor to desired line and pressing i, execute installation by pressing x). [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.