Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

reset repo

$ git remote add origin <url>
$ git push --force --set-upstream origin master
Comment

reset repo

$ cd (project-directory)
$ git init
$ (add some files)
$ git add .
$ git commit -m 'Initial commit'
Comment

PREVIOUS NEXT
Code Example
Shell :: vim insert text at the the beginning of multiple lines 
Shell :: scp key 
Shell :: hoe to install LAMP on ubuntu 
Shell :: bash input 
Shell :: get additional parameters linux scripting 
Shell :: curl output to stdout 
Shell :: list user groups linux 
Shell :: git remove submodules 
Shell :: install wordcloud anaconda jupyter notbook 
Shell :: run mongodb on desktop 
Shell :: npm slugify 
Shell :: linux move everything in a directory to another directory 
Shell :: how to run docker in ubuntu 
Shell :: Install Zenkit on Linux 
Shell :: ubuntu terminal autocomplete not working 
Shell :: windows check installed fonts 
Shell :: base64 encode linux 
Shell :: record audio with ffmpeg 
Shell :: check file permissions linux 
Shell :: install packages from txt 
Shell :: wsl zsh get ip 
Shell :: windows execute powershell script define user 
Shell :: git tutorial 
Shell :: python compile dlib without cuda 
Shell :: uniq linux 
Shell :: git ignore by file extension 
Shell :: remobve git remote 
Shell :: apache2 install ubuntu 20.04 
Shell :: bash replace comma with newline 
Shell :: how to install mono on ubuntui 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =