Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 347 Bytes

File metadata and controls

23 lines (16 loc) · 347 Bytes

Understanding Git and Github/ Bitbucket

Created by Prarthana for experimenting Git.

Creating a project

git init

Commit workflow

-git add filename

Checking status

git status

Adding changes

git add .

Commiting changes

git commit -m "info"

Checking commit history

git log

Downloads and references