I want to control versions and keep backups in a pen drive. I installed GIT and work with it. But I m still very new to GIT. I cloned a copy of my working project into the pen drive. Now I want to send new commits or new changes to the repository( cloned project of the pen) by the IDE or GIT gui, and continue a same copy inside the pen. (maintaining a remote server is cost for me as I have limited internet service)
I read this. I want to know how to do it with GIT's gui or Netbeans IDE(as it is more easy and save time).