Skip to main content

Command Palette

Search for a command to run...

Activity #5 Github Fundamentals

Updated
1 min read
Activity #5 Github Fundamentals

Step 1: Setting Up Git

Install Git

Check Version and Configure Git

git config --global user.name "Github Username"

git config --global user.email "your.email@example.com"

Step 2: Basic Git Commands

Initialize a New Repository

Add Files to the Staging Area

Commit Changes

View Commit History

Check Status of Repository

Step 3. Working with Remote Repositories

Cloning Repository

Adding a Remote Repository

Pulling Changes From A Remote Repository

Pushing Changes to A Remote Repository

Step 4. Branching and Merging

Create a New Branch/Checkout/Merge/Delete

T

nasan github repo neto?

More from this blog

jhayr's blog

31 posts