/learning_git

Repository for learning git and github.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Learning Git Version Control System

Repository for learning git and github collaboratively.

Overview

This repository can be used to practice git forking workflow within github.

Here are the steps:

  1. Fork the repository. (There's a fork button on top right of the window on a desktop browser.)

  2. Clone the repository locally. Add your forked repository as a remote source.

  3. Make a new branch.

  4. Make changes within the new branch. (NOTE: you must create a folder within contributions folder with your github handle as the folder name, and then you can add .md or .txt files to practice git with. No other file types or folders are allowed outside your designated folder.)

  5. Commit the changes.

  6. Push the changes to your forked repository.

  7. Create a pull request from your new branch in forked repository.