We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c38707 commit d0f37beCopy full SHA for d0f37be
refactoring.txt
@@ -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
10
# Check out to a temporary branch:
11
git checkout --orphan TEMP_BRANCH
12
@@ -8,10 +17,10 @@ git add -A
17
git commit -am "Git Refactoring - GitHub Warning"
18
19
# Delete the old branch:
-git branch -D master
20
+git branch -D main
21
13
22
# Rename the temporary branch to master:
14
-git branch -m master
23
+git branch -m main
15
24
16
25
# Finally, force update to our repository:
-git push -f origin master
26
+git push -f origin main
0 commit comments