Skip to main content

Command Palette

Search for a command to run...

Activity #5 Github Fundamentals

Updated
1 min readView as Markdown

Activity #5 Github Fundamentals

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

View Commit History

Check Status of Repository

T

no push and add remote command then no repository link?

More from this blog

Mary Joy

32 posts