8000 GitHub - gothambeat/learngit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gothambeat/learngit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

learngit

Bash

ls
cd (directory name)
mkdir (directory name)

git

git status
git config --global user.email "caputom@optonline.net"
git config --global user.name "gothambeat"
git add (filename)
git commit -m "whatever message you want goes here"
git push --set-upstream origin master
git log (hit enter to scroll down "q" to quit
git clone "url from github clone button"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0