Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to add a file in git

git init
    git add .      /* . => it is to add all the files */ for all files git add --all
    git commit -m "first_commit"
    git remote add origin https://github.com/yourusername/your-repo-name.git
   
    git push origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: sqlite://// ubuntu path 
Shell :: add kdiff3 to git 
Shell :: r_dwssap.sh 
Shell :: zsh get first line 
Shell :: ubuntu install lib32stdc++6 
Shell :: install missforest 
Shell :: shortan promt ubunto 
Shell :: zsh: command not found: GDAL_LIBRARY_PATH 
Shell :: installation caffe 
Shell :: list all the created users only 
Shell :: docker exec 
Shell :: how to install kind 
Shell :: monit network request in ubuntu 
Shell :: kali nethunter linux install auf windows 
Shell :: first time linux 
Shell :: control pc brightness with shell script mac 
Shell :: dot is not recognized as an internal or external command 
Shell :: meld between two branches 
Shell :: i am not able to start bluetooth in ubantu 
Shell :: open prompt with default folder ubunut 
Shell :: certbot command 
Shell :: ubuntu install kde partition manager 
Shell :: linux ls sort by biggest file first 
Shell :: debian install ab 
Shell :: como usar o cmd do git 
Shell :: make diff git as commit 
Shell :: replace spaces with hypen linux 
Shell :: linux cat with syntax highlighting 
Shell :: switch user in ubuntu lxde 
Shell :: k8s dashboartd 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =