shen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git statusOn branch masterInitial commitUntracked files: (use "git add <file>..." to include in what will be committed) .gitignore .PRoject app/ bestv.keystore bestv_appstore_library/ build.gradle convenientbanner_library/ datapicker_library/ filedownloader_library/ gradle.properties gradle/ gradlew gradlew.bat settings.gradle swipelistview/ unicom-iptv-keysore unicom.xinjiang.jks "/346/255/244/351/241/271/347/233/256/344/270/272/346/226/260/347/226/206/350/201/224/351/200/232/347/232/204/351/241/271/347/233/256.txt"nothing added to commit but untracked files present (use "git add" to track)shen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git add . //添加文件warning: LF will be replaced by CRLF in .gitignore.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in app/.gitignore.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in swipelistview/src/main/res/values/swipelistview__attrs.xml.The file will have its original line endings in your working directory.shen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git commit -m "init project" //提交文件“init project”[master (root-commit) d76bc53] init projectwarning: LF will be replaced by CRLF in .gitignore.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in app/.gitignore.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in app/build.gradle.shen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git status //查看状态On branch masternothing to commit, working directory cleanshen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git push -u origin master //推到master分支Counting objects: 1688, done.Delta compression using up to 4 threads.Compressing objects: 100% (1632/1632), done.Writing objects: 100% (1688/1688), 17.00 MiB | 4.71 MiB/s, done.Total 1688 (delta 364), reused 0 (delta 0)To git@git.bestv.cn:shen.peng/xjliantong.git * [new branch] master -> masterBranch master set up to track remote branch master from orgin.shen.peng@SHENPENG-PC MINGW64 /d/AndroidStudioWorkspace/To_B_0125 (master)$ git statusOn branch masterYour branch is up-to-date with 'orgin/master'.nothing to commit, working directory clean