└── Abu.txt /Abu.txt: -------------------------------------------------------------------------------- 1 | open git bash 2 | git clone ____link_____ 3 | move to vs code 4 | git init 5 | git add . 6 | git commit -a "Initial change" 7 | git push orgin main 8 | or 9 | git push 10 | 11 | --------------------------------------------------------------------------------