git-rebase
There are 39 repositories under git-rebase topic.
twtrubiks/Git-Tutorials
Git-Tutorials GIT基本使用教學:memo:
xjh22222228/git-manual
:octocat: git command reference manual; Git常用命令参考手册,涵盖了在开发中用到的git命令
sunaku/.vim
✌️ A modular (Neo)Vim configuration
colinodell/git-amend-old
DEPRECATED Bash script to amend older commits with staged changes - see:
kiprasmel/git-stacked-rebase
stacked diffs in git, seamlessly.
bzdgn/git-tutorial
Git tutorial with command line
jlovs/git-scripts
Git commands making feature branch workflow with rebase and submodules easy
WSMathias/Git-Cheat-Sheet
Practical Git Cheat Sheet, Encompassing Key Use Cases and Command Structures
franktank/manager
Group management application
13rac1/talk-git2
Slide deck source for an intermediate-level talk about git version control http://13rac1.github.io/talk-git2
devinrhode2/git-blame-ignore-style-formatting-post-commit-hook
Automatically git-blame-ignore style commits: A post-commit hook to add an entry to .git-blame-ignore-revs for `style: foo` commits
erdavila/git-interactive-rebase-editor
A visual helper for Git interactive rebase
TomHerman11/npm-install-or-yarn-after-git-merge-checkout-rebase
An example of a Node.js project that utilizes the npm package Husky and git hooks for automatic execution of npm install (or yarn) after git merge, git checkout or git rebase, if needed ⛑️🛠️
web-full-stack/git
git squash vs git merge vs git rebase
adelinyshka/git
useful git commands
adhenawer/git-rebase
Exemplo prático de utilização do git rebase
amirkangarloo/git-merge-vs-git-rebase
Git Merge VS Git Rebase with one is better
autruonggiang/learnGitBranching
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
joakimunge/git-rebasex
A Git extension to streamline rebasing by automating common steps. It detects the current branch as the target branch and rebases another branch onto it.
kiprasmel/git-add-files
stage files fast by editing an auto-generated file, exactly like git rebase -i
kiprasmel/git-reverse-rebase
advanced rebase operations made simple, and without merge conflicts.
leuven65/git-rebase-mode
git-rebase-mode copy from magit but without dependency on magit
vi/for_merge
A test repository to demonstrate git merging and rebasing
xgqfrms/git-testing-all-in-one
git-testing-all-in-one 🚀👻✅
ykws/git-rebase-example
Git rebase example for beginner
Docmos/git-rebase-merge
Create a custom git command to perform a rebase via a merge
duynghiale/git-rebase-and-merge
https://www.youtube.com/watch?v=l0VtRcPz1ME
hungnguyencd0007/git_rebase
tutorial: git-rebase
lalalam123/Software-Engineering-Practices
Guidelines for software engineering, e.g. writing clear Git commit messages, defining informative issue types and some cyber security topics.
RafaelaDiniz/dio-desafio-github-primeiro-repc
📚Repositório criado para o desafio de projeto da Digital Innovation One - DIO Bootcamp Potência Tech powered by iFood - Java Beginners.
SanariSan/rebase-shenanigans
POC: Change git history without losing merge commits, while also keeping profile activity points.
dzenis-h/upwork-task
This was a task given to me by a client from Upwork and YES, I got the job.
ewdlop/GitNote
https://git-scm.com/
nick-lai/git-safe-rebase
Safety runs the git rebase command.
PabloFLPs/interlincx-git-challenge
Git challenge about "git rebase" command to bring commits from more than 1 branch onto master. The original repository is linked below.