Skip to content

tmk-computers/git-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Git Learning Repository

Overview

This repository contains resources and examples for learning Git version control.

Getting Started

  • Install Git from git-scm.com
  • Configure your name and email:
    git config --global user.name "Your Name"
    git config --global user.email "[email protected]"

Basic Commands

  • git init - Initialize a repository
  • git clone - Clone an existing repository
  • git add - Stage changes
  • git commit - Commit changes
  • git push - Push to remote
  • git pull - Fetch and merge from remote

Resources

License

MIT

About

We are learning git here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors