DEV Community

foadlind profile picture

foadlind

My name is Foad. I am a backend Python developer with some experience in machine learning.

Recover a deleted local branch

Recover a deleted local branch

7
Comments
2 min read

Want to connect with foadlind?

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

Already have an account? Sign in
Accidentally committed to the wrong branch? Here is how to fix it.

Accidentally committed to the wrong branch? Here is how to fix it.

3
Comments
2 min read
Undo a merge or a rebase

Undo a merge or a rebase

Comments
1 min read
Best place to put queries in a Django project? Model Managers!

Best place to put queries in a Django project? Model Managers!

8
Comments
2 min read
All you need to know to survive in Git!

All you need to know to survive in Git!

4
Comments
7 min read
Staging vs. Committing: an explanation for Git beginners

Staging vs. Committing: an explanation for Git beginners

5
Comments
2 min read
Git vs. GitHub: an explanation for absolute beginners

Git vs. GitHub: an explanation for absolute beginners

6
Comments
2 min read
Authentication with Django REST Framework

Authentication with Django REST Framework

11
Comments
5 min read
Creating custom manage.py commands for Django

Creating custom manage.py commands for Django

7
Comments 1
2 min read
Dockerizing a Django + MySQL project

Dockerizing a Django + MySQL project

6
Comments
3 min read
Validating Django models that are created without forms

Validating Django models that are created without forms

9
Comments
2 min read
Need to stash untracked files? There is a way!

Need to stash untracked files? There is a way!

6
Comments 2
2 min read
Want to remove/delete your last commit? Here is how.

Want to remove/delete your last commit? Here is how.

99
Comments 12
1 min read
Make Git ignore changes to a tracked file

Make Git ignore changes to a tracked file

7
Comments
2 min read
Got merge conflict? Here is how to resolve it.

Got merge conflict? Here is how to resolve it.

57
Comments 1
3 min read
Should you learn Git in a GUI or the command line?

Should you learn Git in a GUI or the command line?

34
Comments 10
3 min read
Do you always need the '-u' in git push -u origin master?

Do you always need the '-u' in git push -u origin master?

8
Comments
2 min read
loading...