Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmd for pushing to github for the first time

echo "# {project_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/{your_username}/{project_name}.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: arrow folder file github 
Shell :: Missing essential plugins: com.android.tools.design org.jetbrains.android 
Shell :: create ssh key github 
Shell :: change shell script to executable 
Shell :: error: insufficient permissions for device 
Shell :: linux list files in directory 
Shell :: rearrange pdf pages linux 
Shell :: almalinux helm 
Shell :: install material table formik 
Shell :: how to copy file using ssh 
Shell :: update hour linux 
Shell :: gitignore httaccess 
Shell :: git branch command 
Shell :: powershell pip install module 
Shell :: how to cat a file that has spaces 
Shell :: registry open run 
Shell :: arch mirrorlist 
Shell :: ftp download directory 
Shell :: docker compose up 
Shell :: bash yaml parser library 
Shell :: ionic capacitor video player install 
Shell :: github merge 
Shell :: no shell command in vs code 
Shell :: publish ionic app 
Shell :: Add Docker’s official GPG key: 
Shell :: install adminlte in laravel 
Shell :: gitignore a folder recursively 
Shell :: start tomcat 9 as a service windows 
Shell :: cannot update paths and switch to branch at the same time 
Shell :: ubuntu list files 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =