Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

git-demo

Git is a powerful version control system that allows to track changes in the source code during software development enhancing collaboration, productivity and traceability of any code ever made.

To learn more about this tool, check it out the official Git documentation.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Git installed on your local machine. You can download it here.
  • A GitHub account. You can create one here.

Clone the repository

  1. Open the terminal.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type the following command:
git clone git@github.com:ic1400/git-demo.git
  1. Press Enter to create your local clone.
  2. Done! Now you have a local copy of this repository.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Make some changes.
  4. Add your Changes (git add <file_name> ... <file_name>).
  5. Commit your Changes (git commit -m 'Add some AmazingFeature').
  6. Push to the Branch (git push origin feature/AmazingFeature).
  7. Open a Pull Request.
  8. Enjoy!

License

Distributed under the MIT License. See LICENSE for more information.

About

Showcase how to use base commands for git

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors