GIT CHEAT SHEET - GitHub Education GIT CHEAT SHEET Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer This cheat sheet features the most important and commonly used Git commands for easy reference
Sign up to GitHub GitHub is where people build software More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects
An Ultimate Guide to Git and Github - GeeksforGeeks ssh -T git@github com -> activate ssh key (test connection) Refresh your github Page Working with git - Important Git commands Git user configuration (First Step) git --version (to check git version) git config --global user name "your name here" git config --global user email "your email here" These are the information attached to commits
Create and publish custom GitHub actions - Training Learn how to write your own GitHub actions and identify the metadata, syntax, and workflow commands to create custom workflows Learn best practices for documenting and versioning your action, and how to publish your action to the GitHub Marketplace