Best of Git โ 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
- 5
- 6
Community Picksยท2y
AmrDeveloper/GQL: Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions
GQL is a query language similar to SQL, designed to perform queries on .git files. It supports most of the SQL features such as grouping, ordering, and aggregation functions.
- 7
Mediumยท2y
Git : The version control system, Complete guide
Git is a widely used version control system that allows for collaboration, track changes, backup and restore, branch and merge, and audit trail. It is a distributed version control system designed for efficient management of projects. It offers features such as repositories, commits, branches, merges, and remotes. Popular Git commands include git init, git add, git commit, git branch, and git merge.
- 8