Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add github repo

create a new repository on the command line
echo "# {Repo Name}" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/cdcdianne/ReactJS-TheMovieDB.git
git push -u origin main
                
push an existing repository from the command line
git remote add origin https://github.com/cdcdianne/ReactJS-TheMovieDB.git
git branch -M main
git push -u origin main
Comment

add to a github repo

git init
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/{your username}/{repoName}.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: How to Block apache Ports 
Shell :: restart wsl2 windows 
Shell :: ps aux tree 
Shell :: linux set multiline variable 
Shell :: Zathura not displaying any documents 
Shell :: current dir docker powershell 
Shell :: git merge theirs 
Shell :: hardhat contract verify 
Shell :: show rights inside folder debian 
Shell :: add or remove samba user 
Shell :: git remove directory from tracking 
Shell :: how to change time on kali linux 
Shell :: firebase deploy only hosting command 
Shell :: bash compare two lists of checksums 
Shell :: powershell progress bar 
Shell :: how install pyqt5 designer 
Shell :: sudo command without giving password 
Shell :: bash script: permission denied 
Shell :: change permissions on all files in all sub-directories 
Shell :: jupyter notebook allow root 
Shell :: fc editor 
Shell :: bash iterate over list of files 
Shell :: apache show active sites 
Shell :: linux execute permission denied 
Shell :: empty-commoit 
Shell :: debian give write permission 
Shell :: sqlmap enumerate tables in databases 
Shell :: git commit -m author identity unknown 
Shell :: find which process is using port mac 
Shell :: pnpm auto-install-peers 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =