Horje
Terminal commands to push a file to Github Code Example
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
Source: github.com




Shell

Related
remove letter in string bash Code Example remove letter in string bash Code Example
tmux set color Code Example tmux set color Code Example
bash try catch Code Example bash try catch Code Example
nano zsh Code Example nano zsh Code Example
nano .zshrc Code Example nano .zshrc Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9