Browse Source

clear cached

Your Name 7 months ago
parent
commit
4f204040f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      git.txt

+ 1
- 1
git.txt View File

@@ -24,7 +24,7 @@ git rm -r --cached .
24 24
 修改 .gitignore 规则
25 25
 git add .
26 26
 git commit -m "clear cached"
27
-
27
+git push origin local-develop:develop
28 28
 
29 29
 git fetch --all
30 30
 git reset --hard origin/master

Loading…
Cancel
Save