Search
 
SCRIPT & CODE EXAMPLE
 

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. 
Comment

PREVIOUS NEXT
Code Example
Shell :: git diff list all pages 
Shell :: cannot spawn askpass: No such file or directory 
Shell :: github set commit on head 
Shell :: kubernetes short call 
Shell :: host directory i ubuntu 
Shell :: get jre path terminal macos 
Shell :: install psalm laravel 
Shell :: commit our changes and merge them back into our dev branch. 
Shell :: install albert search ubuntu 
Shell :: installing heroku for deployment through command line 
Shell :: length 2 
Shell :: mac os tild operator 
Shell :: Composer Terminal Valet 
Shell :: does electron app work in ubuntu 
Shell :: script inside script bash 
Shell :: init step way to create repository git 
Shell :: create theme visual studio code 
Shell :: git stash apply specific file 
Shell :: bash how to create directories in all subdirectories 
Shell :: autoreconf: command not found 
Shell :: github actions run shell script 
Shell :: logging output in bash scripts 
Shell :: how to use git in powershell 
Shell :: set nemo as default ubuntu 
Shell :: install unrar ubuntu 
Shell :: install php 7.4 nginx ubuntu 
Shell :: libqtgui4 : Depends: libpng12-0 (= 1.2.13-4) but it is not installed 
Shell :: install onnxmltools 
Php :: clear composer cache 
Php :: php referer url 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =