Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Exploring Git Series' Articles
Back to Ayush Poddar's Series
How to add new changes to most recent git commit?
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Jul 28 '23
How to add new changes to most recent git commit?
#
git
Comments
Add Comment
2 min read
Stop merging the main branch into your feature branch! Try rebasing
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Jul 29 '23
Stop merging the main branch into your feature branch! Try rebasing
#
git
Comments
Add Comment
2 min read
Can you rebase on just the main branch? No.
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Jul 30 '23
Can you rebase on just the main branch? No.
#
git
Comments
Add Comment
1 min read
Interactive Git Rebasing
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Jul 31 '23
Interactive Git Rebasing
#
git
1
reaction
Comments
Add Comment
3 min read
Advanced Git Rebasing: The Powerful --onto Flag
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 1 '23
Advanced Git Rebasing: The Powerful --onto Flag
Comments
Add Comment
1 min read
A brief history of git OR version control systems
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 2 '23
A brief history of git OR version control systems
#
git
2
reactions
Comments
Add Comment
4 min read
The three states of Git - Looking into a typical Git workflow
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 3 '23
The three states of Git - Looking into a typical Git workflow
#
git
Comments
Add Comment
2 min read
How does Git store the version history of a project?
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 4 '23
How does Git store the version history of a project?
#
git
Comments
Add Comment
2 min read
Getting started with git-config
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 4 '23
Getting started with git-config
#
git
1
reaction
Comments
Add Comment
5 min read
Use the versatility of git-add to manage your next commit
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 6 '23
Use the versatility of git-add to manage your next commit
#
git
2
reactions
Comments
Add Comment
3 min read
Use your gitignore efficiently - Learn supported patterns.
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 7 '23
Use your gitignore efficiently - Learn supported patterns.
#
git
Comments
Add Comment
3 min read
View the changes you have made to your Git repository - Intro to git-diff
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 8 '23
View the changes you have made to your Git repository - Intro to git-diff
#
git
2
reactions
Comments
Add Comment
1 min read
Un-stage (rm) a file in Git
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 9 '23
Un-stage (rm) a file in Git
#
git
Comments
Add Comment
2 min read
Customise how you view your Git commit logs with these options
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 10 '23
Customise how you view your Git commit logs with these options
#
git
1
reaction
Comments
Add Comment
4 min read
Less is more - Limit the size of your Git log output
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 11 '23
Less is more - Limit the size of your Git log output
#
git
2
reactions
Comments
Add Comment
4 min read
Un-stage and un-modify a file in Git - Part 2
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 12 '23
Un-stage and un-modify a file in Git - Part 2
#
git
Comments
Add Comment
2 min read
Git Remotes for Beginners: An Introductory Guide
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 13 '23
Git Remotes for Beginners: An Introductory Guide
#
git
Comments
2
comments
3 min read
Git Remotes for Beginners: Inspect, Rename and Remove
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 14 '23
Git Remotes for Beginners: Inspect, Rename and Remove
#
git
Comments
Add Comment
2 min read
Introduce checkpoints in your code - Learn how to use tagging in Git
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 15 '23
Introduce checkpoints in your code - Learn how to use tagging in Git
#
git
4
reactions
Comments
Add Comment
6 min read
Git Tags Continued - Share, Delete and Checkout
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 16 '23
Git Tags Continued - Share, Delete and Checkout
#
git
1
reaction
Comments
Add Comment
3 min read
Internal mechanics of Git commits - Secret to Git's speed and lightweightness
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 17 '23
Internal mechanics of Git commits - Secret to Git's speed and lightweightness
#
git
Comments
Add Comment
3 min read
Did you know? A Git branch is essentially a 41-byte file
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 18 '23
Did you know? A Git branch is essentially a 41-byte file
#
git
Comments
Add Comment
4 min read
When (and more importantly why) are merge commits created?
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 19 '23
When (and more importantly why) are merge commits created?
#
go
1
reaction
Comments
1
comment
2 min read
Enhance the way you list Git branches with these 3 options
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 20 '23
Enhance the way you list Git branches with these 3 options
#
git
Comments
Add Comment
2 min read
How to set a different Git branch name on remote
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 23 '23
How to set a different Git branch name on remote
#
git
2
reactions
Comments
2
comments
2 min read
Magical Git when creating a branch off a remote branch
Ayush Poddar
Ayush Poddar
Ayush Poddar
Follow
Aug 24 '23
Magical Git when creating a branch off a remote branch
#
git
Comments
Add Comment
2 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account