-
Notifications
You must be signed in to change notification settings - Fork 0
arincode/GitTest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GIT CONFIGURATION: git config --global user.name "arincode" git config --global user.email "arin.ch.dev@gmail.com" git config --list git config user.name git config user.email -------------------------------------------------- To check status: git status git log -------------------------------------------------- Create repository: git init To Stage: git add --all To commit: git commit -m "Initial commit"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published