Gitコマンド

1569 ワード

原文のリンク:http://www.cnblogs.com/haqiao/p/11236407.html
//      

git init    
git add .   //      
git commit -m "xxx"    //         xxx       
git remote add origin xxxx   //        xxx           
git push -u origin master    //          


//p.s.           github        git config -global user.name xxx   git config -global user.email [email protected] ,                           





 //          3     

git add .   //      
git commit -m "xxx"    //       
git push -u origin master //
 
git bashは登録アカウント情報を削除します。
1.コントロールパネルを開く(win+Rをすばやく開けて、controlを入力する)
2.クリックしてユーザーアカウントを開く
3.証拠管理器をクリックする
4.windowsをクリックしてあなたのgit証拠を削除すればいいです。
 
転載先:https://www.cnblogs.com/haqiao/p/11236407.html