Pārlūkot izejas kodu

change_file_path

git_markdown
wangxinyu pirms 1 nedēļas
vecāks
revīzija
8d6622e776
4 mainītis faili ar 22 papildinājumiem un 3 dzēšanām
  1. +0
    -0
      Markdown/tesk.md
  2. +22
    -3
      SourceTree/git学习.md
  3. +0
    -0
      SourceTree/pictures/图片1.png
  4. +0
    -0
      other/hello.c

note/tesk.md → Markdown/tesk.md Parādīt failu


note/git学习.md → SourceTree/git学习.md Parādīt failu

@@ -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 Parādīt failu


hello.c → other/hello.c Parādīt failu


Notiek ielāde…
Atcelt
Saglabāt