Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in version-control

Checking out an old commit and maintaining the head on the master branch?

git version-control

Checking in packages from NuGet into version control?

Git Interactive Merge?

git version-control

Compare files between two branches in TortoiseSVN

Can GitHub show the history of changes made to one file in patch form?

git version-control github

Should I keep my project files under version control? [closed]

Git non-fast-forward rejected

git version-control

Tortoisegit asking password

How can I get my C code to automatically print out its Git version hash?

c git version-control workflow

git repository sync between computers, when moving around?

git version-control

.classpath and .project - check into version control or not?

eclipse version-control ide

git-svn: what's the equivalent to `svn switch --relocate`?

git version-control git-svn

How can I revert multiple Git commits (already pushed) to a published repository?

git version-control

git push to multiple repositories simultaneously [duplicate]

git version-control dvcs

How would you go about reverting a single file to previous commit state using git? [duplicate]

How do I rollback a TFS check-in?

Random 'concerns' folders and '.keep' files

git version-control

'git pull origin mybranch' leaves local mybranch N commits ahead of origin. Why?

How to find untracked files in a Perforce tree? (analogue of svn status)

version-control perforce

Why is branching and merging easier in Mercurial than in Subversion?