Skip to content

A Simplified command line utility that helps you learn and execute Git commands!

License

Notifications You must be signed in to change notification settings

Satarupa22-SD/Learn-GIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn-GIT

A simplified command-line utility that provides a simple way to learn and practice Git commands. It allows you to execute Git commands, explain their functionality, and even download a Git cheat sheet for reference.

Available Git Commands

  • init: Creates an empty Git repository or reinitializes an existing one.
  • add: Adds file contents to the index (staging area) for commit.
  • commit: Records changes to the repository with a commit message.
  • log: Shows commit logs.
  • config: Sets the author name and email address to be used with your commits.
  • clone: Makes a copy of a repository from an existing URL, creating a local copy.
  • status: Displays the state of the working directory and the staging area.
  • push: Uploads local repository content to a remote repository.
  • pull: Receives data from GitHub, fetching and merging changes from the remote server to your working directory.
  • branch: Lists all the branches available in the repository.
  • merge: Merges the specified branch's history into the current branch.
  • remote: Connects the local repository to a remote server, allowing users to create, view, and delete connections to other repositories.

Authors

Contributing

Contributing Contributions to this project are welcome! If you find any issues, have suggestions, or would like to add new features, feel free to submit a pull request.

License

This project is licensed under the MIT License. Feel free to use and modify the code for your personal or commercial projects.

About

A Simplified command line utility that helps you learn and execute Git commands!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages