texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] How to use Git?


From: Victor Porton
Subject: [Texmacs-dev] How to use Git?
Date: Sun, 26 Dec 2010 20:18:12 +0300

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 address@hidden:texmacs/texmacs.git 
'+refs/remotes/*:refs/remotes/*'  
git checkout -b master trunk  
# init git-svn  
git svn init -s svn+ssh://address@hidden/texmacs  
# fetch from svn  
git svn rebase  
# push changes to this repository  
git push --mirror address@hidden: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]