Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

code commit on github

echo "# shop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amit/shop.git
git push -u origin main
Comment

How to commit the code to the github

Git commit -m “message”
Comment

PREVIOUS NEXT
Code Example
Shell :: docker compose example 
Shell :: trim video linux 
Shell :: change ownership of a file linux to user 
Shell :: install oh my zsh 
Shell :: dpkg: error processing archive /var/cache/apt/archives/atftpd_0.7.git20210915- 
Shell :: find pip install directory 
Shell :: push to multiple remotes git 
Shell :: how to upgrade react in cra 
Shell :: how to check installed apps in ubuntu 
Shell :: packet tracer ubuntu 
Shell :: Install ansible in alpine linux 
Shell :: Pyrit download command for linux 
Shell :: my apache is not running ubuntu 
Shell :: add all changes and commit in git 
Shell :: for loop change increment matlab 
Shell :: onedrive ubuntu 20.04 
Shell :: ubuntu times new roman font 
Shell :: environment variables with react and github pages 
Shell :: linux remove last n lines from file 
Shell :: xcode There is not enough disk space available to install the product. 
Shell :: get vscode extensions with powershell script 
Shell :: disable aslr 
Shell :: linux restart sendmail 
Shell :: ubuntu power saving 
Shell :: bash adb command not found... on linux 
Shell :: install font awesome linux 
Shell :: git pull from another branch 
Shell :: shell script while loop example 
Shell :: httpd https 
Shell :: set zsh as default linux 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =