Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git push / git init

echo "# clone-pract" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:Rohit20ek/clone-pract.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: how to see all the extension installed in visual studio code 
Shell :: dd show progress 
Shell :: how to completely remove node from ubuntu 
Shell :: install libssl1.0 
Shell :: zsh check if directory exists 
Shell :: uninstall cheese ubuntu 20.04 
Shell :: restart ssh mac 
Shell :: heroku cli login 
Shell :: remove all files with extension bash 
Shell :: shell get size of directory 
Shell :: how to know the shell version in ubuntu 
Shell :: packages required to install psycopg2 
Shell :: The upstream branch of your current branch does not match the name of your current branch. 
Shell :: how to install proxychains 
Shell :: give access to folder for all user linux 
Shell :: oh my zsh autocomplete 
Shell :: codeigniter 4 install composer 
Shell :: how to find the ~/.zshrc file 
Shell :: shell promt user input 
Shell :: ubuntu install libc6-dev-i386 
Shell :: Install "repo" 
Shell :: process substitution <() bash 
Shell :: bash iterate over lines of a file 
Shell :: how to install pgzrun 
Shell :: powershell change hostname 
Shell :: git delete all branches except master 
Shell :: uninstall in linux 
Shell :: unable to start ssh-agent service, error :1058 
Shell :: bash for-schleife 1 bis 10 
Shell :: get current working directory powershell 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =