Skip to content

Deathwear/Git-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-tutorials

$ git init $ git commit -m "verson1" $ git log $ git status $ git add . $ git add -A $ git add -u $ git config --global user.name "" $ git config --global user.email"" $ git diff $ git clone $ touch .gitignore $ notepad .git ignore $ ls -la $ git remote add origin $ git branch $ git branch $ git branch -d $ git checkout $ git push origin --delete $ git config --get remote.origin.url

A .gitignore file tells Git which files or directories to ignore in a repository. It prevents unnecessary or sensitive files from being tracked.

About

this is my repository for Git Hub Tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published