/ Published in: Other
                    
                                        
Set up a .git repository using terminal
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
cd /drag/folder/in/from/finder
git init
git add .
git commit -m "Adding Project"
git push -u origin master
# From now on, send with
cd /drag/folder/in/from/finder/if/not/aready/there
git push
# Retrieve lastest copy with
cd /drag/folder/in/from/finder/if/not/aready/there
git pull
Comments
 Subscribe to comments
                    Subscribe to comments
                
                