Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how would you make changes to a repository on github inside a bash terminal?

1. You need to clone the repository to your computer by doing --> git clone [link of repository]
2. After you have finished your work add your updated files/folders --> git add [files/folders]
3. Give a message to your commit by --> git commit -m "[message]"
4. Finally in order to see the changes in the repository use --> git push

													This is tested and works for gitlab. 
 
PREVIOUS NEXT
Tagged: #repository #github #bash
ADD COMMENT
Topic
Name
6+1 =