Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
wangxinyu2
/
TrainCamp_wangxinyu_BasicLearn
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
1
Wiki
Activité
Parcourir la source
change_file_path
git_markdown
wangxinyu
il y a 1 semaine
Parent
07d1c0496d
révision
8d6622e776
4 fichiers modifiés
avec
22 ajouts
et
3 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+0
-0
Markdown/tesk.md
+22
-3
SourceTree/git学习.md
+0
-0
SourceTree/pictures/图片1.png
+0
-0
other/hello.c
note/tesk.md → Markdown/tesk.md
Voir le fichier
note/git学习.md → SourceTree/git学习.md
Voir le fichier
@@ -60,16 +60,35 @@ git commit -m "name"
### sourceTree
图形化操作
#### 分支
~~~ bash
#相关操作
git branch #查看分支
git branch name #创建分支
git checkout name #切换分支
# 设置上游分支(第一次推送时)
git push -u origin 分支名
# 之后就可以简化命令
git pull
git push
~~~
图形化操作
#### 其他
* 回退版本
~~~
git status
~~~ bash
git status
git status 哈希值 #回退节点
~~~
photo/git_tab.png → SourceTree/pictures/图片1.png
Voir le fichier
hello.c → other/hello.c
Voir le fichier
Écrire
Aperçu
Chargement…
Annuler
Enregistrer