Tag: git
All the articles with the tag "git".
How to change the last commit message after pushed?
Published:When you need to correct something in you commit message, after you already sent it to the remote repository.
How to convert a VSS project to git?
Published:How I migrated a bunch of projects to another version control system - from VSS to git.
How to remove a file from git repo but keep it in the local filesystem?
Published:Check-in a file into the repository that should'nt be there and adjust the gitignore afterwards? This is how to get rid of it.