Useful links for Git

git Reference help.github Pro Git (free ebook) GitLab codeschool course for Git Tutorialspoint for Git Egit Icon Decorations

0 Comments

Useful Git Commands

$ git init #initialize an empty Git repoistory $ git status #see the current state of the project untracked file: it is a new file and not be tracked by Git…

0 Comments

Setting for RapidSVN

RapidSVN is a easy to use tool in Ubuntu, but some settings are still need to be cared. Documentation: http://www.rapidsvn.org/index.php/OnlineHelp:Contents If you want to set meld as merge tool, please…

0 Comments

Nautilus: Open in terminal

How to add the "open in terminal" option in Ubuntu? Open terminal, then input the following commands: sudo apt-get install nautilus-open-terminal nautilus -q #reset the nautilus  

0 Comments