git使用笔记一:
Get code into Bitbucket fast using the command line
Set up your local directory
Set up Git on your machine if you haven't already.
mkdir /path/to/your/project
cd /path/to/your/project
git init
git remote add origin https://wcj543680484@bitbucket.org/wcj543680484/test.gitCreate your first file, commit, and push
echo "wang caijie" >> contributors.txt
git add contributors.txt
git commit -m 'Initial commit with contributors'
git push -u origin master 
                    
                     
                    
                 
                    
                 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号