Best of Version Control โ December 2023
- 1
- 2
AWS in Plain Englishยท2y
๐๐จ๐ฉ ๐๐ ๐๐ข๐ญ ๐๐จ๐ฆ๐ฆ๐๐ง๐ ๐ ๐จ๐ซ ๐๐๐ฏ๐๐ฉ๐ฌ ๐ฅณ
The post provides a guide on various git commands including cloning a repository, creating a new branch, switching between branches, checking repository status, adding changes to the staging area, committing changes, pushing changes to a remote repository, pulling changes from a remote repository, merging branches, resolving merge conflicts, fetching changes from a remote repository, rebasing changes, tagging releases, viewing commit history, undoing changes, viewing differences, stashing changes, renaming or moving files, viewing remote repositories, adding remote repositories, removing remote repositories, viewing branches, deleting branches, checking out a specific commit, and cherry-picking commits.
- 3
- 4
Machine Learning Newsยท2y
How to use Github? Step-by-Step Guide
Learn how to sign up for GitHub, create a repository, and create a branch to work on different versions of your project. You can also make and commit changes, open a pull request to propose changes, and merge your pull request into the main project.