DEV Community

Discussion on: Git. A simple introduction

Collapse
 
chuchhin profile image
Jesús Sánchez

Good. I use everyday git (Gitlab) for my work, but i never use in console. I'll try to use console because with console you understand more the commands. I like software like fork, gitkraken, eclipse o visual studio code to help me.

Collapse
 
sespinozj profile image
sespinoza

Greetings!
I'm glad this was helpful to you! During this week I'll write more in deep features that are super helpful to my daily work, like checking the changes from one commit to another, listing the files that changed, using tags and more.

A college of mine also use those tools, they are great! it's good to know how to surf in the terminal when things get more complex though.

Cheers!

Collapse
 
chuchhin profile image
Jesús Sánchez

That's great. I thinks when you work with other programmers, the main activities that you do are: commit, push, pull, merge request, blame, diff, stash. I hope you could talk about this.

Regards