Skip to content

D41FTY/Learning-Git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This Repo is just for me for learning how to properly use Git/Github

Command tips:

git init - for creating a new repository on local machine

git remote add origin <repository_url> - for connecting local repository to GitHub

git branch -M main - for renaming branch

git add . - for staging

git commit -m 'Your commit message here!' - and committing changes

git status - for checking the status of files

git push -u origin main - for pushing code to GitHub

About

My test repo for learning how to use git/github

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages