Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create and add your project in Git

$ mkdir practising-git
$ cd practising-git
$ git init
Comment

Add git in project

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

PREVIOUS NEXT
Code Example
Shell :: npm install latest available packages 
Shell :: command to stop docker 
Shell :: start stop restart pm2 
Shell :: gitignore exclude folder 
Shell :: bash get path of command 
Shell :: download office 365 for ubuntu 
Shell :: gnome shell extensions 
Shell :: limit image size on github 
Shell :: composer install via cmd 
Shell :: bower uninstall 
Shell :: how to check version of package centos 
Shell :: enable option in ubuntu to create document on right click 
Shell :: heroku cli install 
Shell :: rdp github shadow 
Shell :: bash create symbolic link to other symbolic links 
Shell :: adobe reader for ubuntu 20.04 
Shell :: shell redirect all to /dev/null 
Shell :: linux stress test 
Shell :: Github code for update 
Shell :: show git branch on terminal on mac 
Shell :: curl find latency 
Shell :: certbot apache subdomain 
Shell :: how to install gnome-shell-extension-appindicator 
Shell :: debian install iwconfig 
Shell :: bash sum float numbers 
Shell :: bash get create temporary 
Shell :: kubectl download 
Shell :: run index.js 
Shell :: bash add user to group 
Shell :: remove ciso umbrella 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =