DEV Community

Ayush Poddar profile picture

Ayush Poddar

Software Engineer

Magical Git when creating a branch off a remote branch

Magical Git when creating a branch off a remote branch

Comments
2 min read

Want to connect with Ayush Poddar?

Create an account to connect with Ayush Poddar. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to set a different Git branch name on remote

How to set a different Git branch name on remote

2
Comments 2
2 min read
How to rename a Git branch (in remote too)

How to rename a Git branch (in remote too)

1
Comments 1
2 min read
Enhance the way you list Git branches with these 3 options

Enhance the way you list Git branches with these 3 options

Comments
2 min read
When (and more importantly why) are merge commits created?

When (and more importantly why) are merge commits created?

1
Comments 1
2 min read
Did you know? A Git branch is essentially a 41-byte file

Did you know? A Git branch is essentially a 41-byte file

2
Comments
4 min read
Internal mechanics of Git commits - Secret to Git's speed and lightweightness

Internal mechanics of Git commits - Secret to Git's speed and lightweightness

Comments
3 min read
Git Tags Continued - Share, Delete and Checkout

Git Tags Continued - Share, Delete and Checkout

1
Comments
3 min read
Introduce checkpoints in your code - Learn how to use tagging in Git

Introduce checkpoints in your code - Learn how to use tagging in Git

6
Comments
6 min read
Git Remotes for Beginners: Inspect, Rename and Remove

Git Remotes for Beginners: Inspect, Rename and Remove

2
Comments
2 min read
Git Remotes for Beginners: An Introductory Guide

Git Remotes for Beginners: An Introductory Guide

4
Comments 2
3 min read
Un-stage and un-modify a file in Git - Part 2

Un-stage and un-modify a file in Git - Part 2

Comments
2 min read
Less is more - Limit the size of your Git log output

Less is more - Limit the size of your Git log output

4
Comments
4 min read
Customise how you view your Git commit logs with these options

Customise how you view your Git commit logs with these options

2
Comments
4 min read
Un-stage (rm) a file in Git

Un-stage (rm) a file in Git

1
Comments
2 min read
View the changes you have made to your Git repository - Intro to git-diff

View the changes you have made to your Git repository - Intro to git-diff

2
Comments
1 min read
Use your gitignore efficiently - Learn supported patterns.

Use your gitignore efficiently - Learn supported patterns.

Comments
3 min read
Use the versatility of git-add to manage your next commit

Use the versatility of git-add to manage your next commit

3
Comments
3 min read
Getting started with git-config

Getting started with git-config

1
Comments
5 min read
How does Git store the version history of a project?

How does Git store the version history of a project?

Comments
2 min read
The three states of Git - Looking into a typical Git workflow

The three states of Git - Looking into a typical Git workflow

2
Comments
2 min read
A brief history of git OR version control systems

A brief history of git OR version control systems

3
Comments
4 min read
Advanced Git Rebasing: The Powerful --onto Flag

Advanced Git Rebasing: The Powerful --onto Flag

Comments
1 min read
Interactive Git Rebasing

Interactive Git Rebasing

3
Comments
3 min read
Can you rebase on just the main branch? No.

Can you rebase on just the main branch? No.

Comments
1 min read
Stop merging the main branch into your feature branch! Try rebasing

Stop merging the main branch into your feature branch! Try rebasing

Comments
2 min read
How to add new changes to most recent git commit?

How to add new changes to most recent git commit?

Comments
2 min read
Want to build a trackable and flexible payment wallet? The wallet in your pocket can help!

Want to build a trackable and flexible payment wallet? The wallet in your pocket can help!

1
Comments
8 min read
Object shapes - how this under-the-hood change in Ruby 3.2.0 will improve your code performance

Object shapes - how this under-the-hood change in Ruby 3.2.0 will improve your code performance

2
Comments
10 min read
loading...