Best of Version Control โ€” December 2023

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    Make Atomic Git Commits

    Learn about the importance of making atomic commits in Git and the benefits it brings, such as easier bug tracking, easier reverting and amending of changes, and improved management of larger tasks.

  2. 2
    Article
    Avatar of awsplainenglishAWS 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. 3
    Article
    Avatar of hnHacker Newsยท2y

    Committing without git

    Learn how to create commits without using git commands, understand git objects, blobs, trees, and commits.

  4. 4
    Article
    Avatar of mlnewsMachine 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.