📄️ GitHub CLI
In this page, I will explain how to install, configure and use the GitHub CLI.
📄️ Connect to GitHub with SSH
SSH Key Generation
📄️ LFS (Large File Storage)
The maximum file size that can be uploaded to github is 100MB.
📄️ Useful Links for Studying Git
- Backlog Git Tutorial
📄️ Submodule
The submodule is a feature that allows you to include another Git repository as a sub directory in your repository. If you want to use the contents of a library or another project you are developing, you can include it in the project while managing it separately from the main project.
📄️ Usecases of Git
Cancel git add