ACTIVITY #4 Git Fundamentals Documentation on Medium.com”

Creator: Walter Jhon G. Salibay

Course: BSIT
Subject: SYSTEM INTEGRATION AND ARCHITECTURE 2


1. Get version of you Git.

Type "git --version".

2. Config your git bash Author name and email.

Type "git config --global user.name "Put name here".

Type "git config --global user.email "Put your email here".

3. Initialize a Git Repository

Type "git init".

4. Add Files to the Repository

Type "git add .".

5. Check the Status

Type "git status".

6. Commit Changes

Type "git commit -m "intial commit".

7.Commit history

Type "git log".


Summary
By doing this we create our first repository in Git bash.

@Cañete,Brandon L. thank you for help.

1
Subscribe to my newsletter

Read articles from Walter John Salibay directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Walter John Salibay
Walter John Salibay