mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2025-12-30 14:09:30 -06:00
cd0d08c8a11ee21412a6d8bb7e65646f5d04588c
|
Advanced Git CommandsFor Dummies & Try hards |
Important
If you find a useful GIT command - be sure to sent a PR here as well :)
Table of Contents
- Miscellaneous & Orphaned Git Commands: Useful Git commands and scripts not referenced elsewhere.
- git maintenance start: Runs a cronJob in background for the specified repo for periodic maintenance.
- git request-pull: Generate a request to pull changes into a repository.
- View and Clean Up Local Git Branches (Bash): Scripts to view and clean up local branches using Bash.
- View and Clean Up Local Git Branches (PowerShell): Scripts to view and clean up local branches using PowerShell.
- Git Command Reference (Full List): A comprehensive list of Git commands used in this project.
- git init --bare: Initialize a bare repository, typically used for remote repositories.
- git clone --mirror : Clone a repository in mirror mode, including all refs and branches.
- Useful Rare Git Commands You Never Heard Of: A collection of lesser-known but powerful Git commands.
- git replace : Temporarily substitute one commit for another.
- How to Use git push --force-with-lease Safely: Safely force-push to a branch without overwriting others' work.
- Past commits of a specific file: See all commits and changes for a specific file.
- Git Clean: Remove Untracked Files and Directories: Remove untracked files and directories from your repository.
- How to Use git worktree Safely: Work on multiple branches simultaneously without switching.
Contributors & Credits
Note
Add yourself, your links you have used, or even your blogs if you have some or is an author
👨👩👧👦 Contributors
A list of individuals who have contributed to this project.
👨👩👧👦 View Contributors
🧑💻 Credits & Authors
Acknowledgment of the original authors.
📖 References & Resources
A collection of blogs, articles, and materials used to learn more about Git.
Description
Languages
JavaScript
100%
