Skip to content

Commit d0f37be

Browse files
authored
Update refactoring.txt
1 parent 7c38707 commit d0f37be

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: refactoring.txt

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Clone currente repository
2+
git clone https://github.com/SeuAliado/OpenCEP.git
3+
4+
# Go to OpenCEP folder
5+
cd OpenCEP
6+
7+
# delete all files update folder
8+
del /q update\*
9+
110
# Check out to a temporary branch:
211
git checkout --orphan TEMP_BRANCH
312

@@ -8,10 +17,10 @@ git add -A
817
git commit -am "Git Refactoring - GitHub Warning"
918

1019
# Delete the old branch:
11-
git branch -D master
20+
git branch -D main
1221

1322
# Rename the temporary branch to master:
14-
git branch -m master
23+
git branch -m main
1524

1625
# Finally, force update to our repository:
17-
git push -f origin master
26+
git push -f origin main

0 commit comments

Comments
 (0)