I am messed about how to use Git.

I created my own repository on gitorious.org 
(http://gitorious.org/~porton/texmacs/texmacs-porton) and doubt what to do next.

>From Gitorius:

<<<
To recreate a live working copy (you need svn+ssh access to savannah):

# init working copy t
mkdir t  
cd t  
git init  
git fetch -f [email protected]:texmacs/texmacs.git 
'+refs/remotes/*:refs/remotes/*'  
git checkout -b master trunk  
# init git-svn  
git svn init -s svn+ssh://[email protected]/texmacs  
# fetch from svn  
git svn rebase  
# push changes to this repository  
git push --mirror [email protected]:texmacs/texmacs.git
>>>

When I am going to develop, should I fetch first with SVN as explained above? 
Or to work with Git only?

Could you kindly provide me with a template of the shell commands I need to 
execute?

-- 
Victor Porton - http://portonvictor.org

_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev

Reply via email to