File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,14 @@ git remote add origin git@github.com:FJrodafo/Temp.git
299299git push -u origin main
300300```
301301
302+ ``` shell
303+ # CHANGE .git FOLDER TO ORIGINAL REPOSITORY
304+ git add -A
305+ git commit -m " Initial Update"
306+ git push -u origin main
307+ git log --pretty=format:' %h %an %ae'
308+ ```
309+
302310``` shell
303311# MOVE .git FOLDER TO TEMP REPOSITORY
304312git branch
@@ -318,11 +326,6 @@ git push origin main --force
318326git log --pretty=format:' %h %an %ae'
319327git branch
320328git branch -D master
321- # CHANGE .git FOLDER TO ORIGINAL REPOSITORY
322- git add -A
323- git commit -m " Initial Update"
324- git push -u origin main
325- git log --pretty=format:' %h %an %ae'
326329```
327330
328331## Working with Issues and Pull Requests
You can’t perform that action at this time.
0 commit comments