Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Git initial commands

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

initial gitinit commands

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

initial gitinit commands

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

PREVIOUS NEXT
Code Example
Shell :: git rm cached 
Shell :: how to turn on hotspot on windows 10 
Shell :: shell strip quotes 
Shell :: putty zip command 
Shell :: add user ubuntu 20.04 
Shell :: download aws cli linux 
Shell :: how to pull the changes from git without staging local changes 
Shell :: brew install rvm 
Shell :: combine two file linux 
Shell :: format partition linux 
Shell :: how to install pycharm on ubuntu 
Shell :: cypress installation 
Shell :: git change user of last commit 
Shell :: terminator download 
Shell :: d3 install 
Shell :: home directory of wsl 
Shell :: why is my db.sqlite3 is not gitignore 
Shell :: change user linux 
Shell :: undo unstaged changes git 
Shell :: how to install blackeye bash 
Shell :: Linux Mint reset xfce-panel 
Shell :: git remote commands 
Shell :: osx kill process on port 
Shell :: lines count linux 
Shell :: linux create user with home directory 
Shell :: how to get file manager in vestacp 
Shell :: git user config 
Shell :: Cargo, the Rust package manager, is not installed or is not on PATH. 
Shell :: navigate to folder macq 
Shell :: sudo doesnt work on windows 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =