Tagged: git commands

How to revert uncommitted changes by using git? 0

How to revert uncommitted changes by using git?

If you don’t want to commit changes, then you can use following command on git. If you want to reset all uncommitted changes then use following command. These statements will checkout files from HEAD...

Git commands 0

Git commands

I like Git a lot. It is very much powerful then SVN. You can’t commit or merge if there are changes on same branch on server, this will prevent files to overwrite. See following...