Git: Very Basic Commands

Here are some very basic git commands. They are very useful for git beginners. Here is the step-by-step guide: Go to any folder where you want to create local copy of your repository cd /path/to/your/directory Create a working copy of a local repository git clone /path/to/repository For remove server: git clone username@host:/path/to/repository For example, if … Read more

RabbitVCS: Easy Graphical SVN & GIT version control tool for Linux

RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. It supports most Subversion and Git functionality. Checkout the screenshots:- http://wiki.rabbitvcs.org/wiki/about/screenshots Download and install RabbitVCS:- http://wiki.rabbitvcs.org/wiki/download You can download and install RabbitVCS for the linux distro of your choice. I am choosing Ubuntu and … Read more