DEV Community

Git

Software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
[Tutorial Git] git revert: Desfazendo commits

[Tutorial Git] git revert: Desfazendo commits

56
Comments 1
2 min read
Deleting untracked files from git

Deleting untracked files from git

6
Comments
1 min read
Como automatizar a remoção de artifacts gerados no Github Actions

Como automatizar a remoção de artifacts gerados no Github Actions

5
Comments
2 min read
All about Git Command Lines.

All about Git Command Lines.

6
Comments
3 min read
Managing multiple GitHub account using git in windows

Managing multiple GitHub account using git in windows

39
Comments 9
2 min read
pre-commit is awesome

pre-commit is awesome

11
Comments
4 min read
Tips for your Databricks development workflow

Tips for your Databricks development workflow

8
Comments
3 min read
Useful tricks you might not know about git log

Useful tricks you might not know about git log

10
Comments
4 min read
My Learnings from using Git along with VSCode

My Learnings from using Git along with VSCode

9
Comments 2
3 min read
What is secret sprawl, why it’s dangerous, and how developers can prevent it?

What is secret sprawl, why it’s dangerous, and how developers can prevent it?

3
Comments
5 min read
Better living through git aliases

Better living through git aliases

8
Comments
5 min read
Include files, rather than ignore

Include files, rather than ignore

7
Comments 2
1 min read
Gettin' jiggy wit' Git - Part 1

Gettin' jiggy wit' Git - Part 1

20
Comments
6 min read
[Tutorial Git] git reset: Retirando arquivos da "sala de espera" e desfazendo commits

[Tutorial Git] git reset: Retirando arquivos da "sala de espera" e desfazendo commits

14
Comments
5 min read
5 Resources that helped me learn Git

5 Resources that helped me learn Git

28
Comments 1
2 min read
A Beginners Guide To Git & Github: 3 Easy Steps To Store Your Projects On Github

A Beginners Guide To Git & Github: 3 Easy Steps To Store Your Projects On Github

44
Comments
2 min read
Autofill your GitHub contribution graph

Autofill your GitHub contribution graph

9
Comments
1 min read
git diff> & apply vs stash

git diff> & apply vs stash

4
Comments 1
1 min read
Git Basic Techniques(Cloning).

Git Basic Techniques(Cloning).

6
Comments
1 min read
Termux Tools: Enhancing Your Terminal Experience

Termux Tools: Enhancing Your Terminal Experience

11
Comments 1
3 min read
How to get rid of branch name from git push origin master

How to get rid of branch name from git push origin master

5
Comments
1 min read
Store your git ssh in keychain (and make it persist across logins)

Store your git ssh in keychain (and make it persist across logins)

12
Comments 3
1 min read
Improving Your Commit Message with the 50/72 Rule

Improving Your Commit Message with the 50/72 Rule

12
Comments
3 min read
[Tutorial Git] git checkout: Navegando entre ramos e snapshots, e descartando modificações

[Tutorial Git] git checkout: Navegando entre ramos e snapshots, e descartando modificações

14
Comments
3 min read
Git Explained: A Project Umbrella Structure Using Git Submodules

Git Explained: A Project Umbrella Structure Using Git Submodules

63
Comments 3
6 min read
loading...