Urgent.News

What's breaking now, across thousands of outlets.

Tech

# My First Week Learning Git

This week, I was introduced to Git and GitHub as part of my Data Science learning journey. At first, I found Git a little confusing. There were several commands to learn, and I wasn't sure how they all fitted together. After practising, I started to understand that Git is mainly about keeping track of changes to my work . The basic process I learned was: Working Directory → Staging → Commit →…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

#Git Workflow

File Creation and Working directory *From your local device, locate and open git to access git bash *From the git bash command execution area, enter the command cd to take you to the home path.

More from Sunday 23 August →