Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Learning Git

Overview

This repository is a hands-on guide to learning Git, a distributed version control system. It contains examples, exercises, and best practices to help you understand and master Git workflows.

Prerequisites

Before getting started, ensure you have Git installed on your system. You can download it from git-scm.com.

Getting Started

  1. Clone this repository:
    git clone https://github.com/your-username/learning-git.git
  2. Navigate into the directory:
    cd learning-git
  3. Start exploring the files and practicing Git commands.

Topics Covered

  • Initializing a repository
  • Cloning repositories
  • Staging and committing changes
  • Branching and merging
  • Handling merge conflicts
  • Working with remote repositories
  • Undoing changes
  • Tagging and releases

Exercises

Each topic has corresponding exercises in the exercises/ directory. Try them out to reinforce your learning.

Best Practices

  • Commit frequently with meaningful messages
  • Use branches for new features and bug fixes
  • Keep your repository organized
  • Regularly pull changes from remote repositories

Additional Resources

Contributing

Feel free to contribute by adding more exercises, fixing errors, or improving documentation. Fork the repository, make changes, and submit a pull request.

About

Danny and me learning Git

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages