Skip to content

sgulci/git-commands-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

if you forget .gitignore file in the first place, want to remove files from repo that should be ignored

$ git rm --cached -r .  
$ git add .

İf you want move repo to another server

$  git clone --mirror <URL to my OLD repo location>
$  cd <New directory where your OLD repo was cloned>
$  git remote set-url origin <URL to my NEW repo location>
$  git push -f origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published