git tag -a 0.0.1 -m "Tag comment"
git push --tags
Note: The use of major.minor.patch Semantic …
read moregit tag -a 0.0.1 -m "Tag comment"
git push --tags
Note: The use of major.minor.patch Semantic …
read moreI use gitx
graphical tool on OS X to find the SHAs for commits. Revert back …
$ git submodule update
fatal: Needed a single revision
Unable to find current revision in submodule path 'vim/bundle/systemverilog'
To …
read moreI use to use svn revert
to roll back local modification and get back to the state I was in …
For code reuse within I have found Subversion externals really nice to work with. Instead of copy and pasting code …
read moreWhen working behind a restrictive firewall, which limits ssh connections you may be running into some of the following errors …
read moreThis assumes that origin
is the label for github.
Tagging a github repo for my gem releases I do:
$ git …
To connect to a rails style DB config outside of the normal workflow, or using a database.yml in a …
read moreThis vim plugin will allow you to gist directly from vim, simple way is just :Gist to gist entire file …
read moreI think it is good practise to create a read only tag when releasing an application. This allows you to …
read moreI have for a while wondered about an ideal (good) approach to storing api keys in config files in ruby …
read moreBy default git status returned differences in file permissions. To turn if off run:
$ git config core.filemode false
Git has a hand full of GUIs available on Mac OS X, gitk proved a little tricky to use but …
read more