Skip to content

Instantly share code, notes, and snippets.

View Chhunneng's full-sized avatar
:electron:
Coding the future

Chrea Chanchhunneng Chhunneng

:electron:
Coding the future
View GitHub Profile
@Chhunneng
Chhunneng / git.md
Created May 9, 2022 04:24 — forked from jneptune/git.md
GIT Commands and Actions

GIT Commands and Actions

Create Repo

New Local Repo git init [project-name]
Copy Remote Repo git clone [url] [?name]

Making Changes