Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to push code in the github repo for the first time

git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/iammujtaba44/examples.git
git remote -v
git push origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: use x2go with gnome linux 
Shell :: how to check the version of vue-router you are using with yarn 
Shell :: gcloud list current CLI Configuration 
Shell :: how to kwno if my mac has intel 32 or 64 
Shell :: ubuntu install discord 
Shell :: android studio adb path mac 
Shell :: linux extract zip with password 
Shell :: how to commit single / multiple file in git 
Shell :: nmap os and version detection 
Shell :: Cria um dispositivo gerenciado de cores 
Shell :: bash replace newline with space 
Shell :: kill all processes by name cmd 
Shell :: WSL 2 requires an update to its kernel component. 
Shell :: ps aux tree 
Shell :: No repository for "Api Log Entity" was found. 
Shell :: install xampp ubuntu 20.04 
Shell :: bash return position of matching string 
Shell :: linux set env permanent 
Shell :: install node brew 
Shell :: error install pyjnius in "chaquopy 
Shell :: install wp-cli 
Shell :: git remoev .DS_Store 
Shell :: how to remove last migration in ef core 
Shell :: history-search-backward zsh mac 
Shell :: git diff previous commit 
Shell :: angular create a service 
Shell :: check on which domain apache is running 
Shell :: apache2 file size 
Shell :: git pull in all repositories 
Shell :: adonis list routes 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =