Dne 16.5.2012 15:23, Thomas Goettlicher napsal(a):
> BTW: If you are familiar with subversion and don't want to learn the new git
> commands, you can talk svn to github. See:
> 
> https://github.com/blog/966-improved-subversion-client-support

Well, I'd rather suggest learning GIT, it's not that hard. And here is
a list of SVN/GIT equivalents: http://git.or.cz/course/svn.html

Git is used by many projects anyway, so to get familiar with it is a real
benefit for you...

Moreover you can use GIT even locally (without any remote server) for tracking
changes in any file, just do:

  git init .
  git add my_presentation.html
  ...


Sometimes I use it even for system config files when I'm doing some experiments
there, I can very easily revert/review changes...


--

Ladislav Slezák
Appliance department / YaST Developer
Lihovarská 1060/12
190 00 Prague 9 / Czech Republic
tel: +420 284 028 960
[email protected]
SUSE
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to