Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Terminal commands to push a file to Github

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

PREVIOUS NEXT
Code Example
Shell :: installing git in ec2 
Shell :: git amend commit message after push 
Shell :: ping madule for ansible 
Shell :: remove tracked files git 
Shell :: GREPCC token 
Shell :: bash alias function that accepts arguments 
Shell :: install angular cli version 
Shell :: my apache is not running ubuntu 
Shell :: offline heic to jpg converter on linux 
Shell :: infinite loop bash 
Shell :: command to check the free disk space 
Shell :: docker run in the background 
Shell :: how to run deb file 
Shell :: install vscode linux 
Shell :: bash vertical bar 
Shell :: create a virtual environment python 3.8 
Shell :: check which users are part of a group linux 
Shell :: docker prune -a 
Shell :: linux remove all from current directory 
Shell :: is there any difference between git push and git push origin master 
Shell :: search by commit message 
Shell :: uuntu free port from use 
Shell :: install brew on linux 
Shell :: brew install golang-migrate 
Shell :: post curl request 
Shell :: bash script getopts no argument 
Shell :: httpd https docker 
Shell :: intsall ifconfig mac os 
Shell :: nim install 
Shell :: how to uninstall all powershell modules 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =