This website works better with JavaScript.
Home
Explore
Help
Sign In
wangxinyu2
/
TrainCamp_wangxinyu_BasicLearn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
change_Sourcetree
master
wangxinyu
1 week ago
parent
13ce3af93b
commit
7cd29fbf44
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
SourceTree/Sourcetree.md
+ 1
- 1
SourceTree/Sourcetree.md
View File
@@ -113,7 +113,7 @@ git stash apply stash@{1}
git stash pop
git stash pop
# 删除贮藏
# 删除贮藏
git stash drop stash@{0}
git stash drop
"
stash@{0}
~~~
~~~
#### 编写忽略文件(.gitignore)
#### 编写忽略文件(.gitignore)
Write
Preview
Loading…
Cancel
Save