githubteacher / developers-jun-2016-americas

3 stars 9 forks source link

please paste your history here. thanks #210

Open ltimbuk opened 8 years ago

githubteacher commented 8 years ago
 2277  git clone https://github.com/githubteacher/developers-jun-2016-americas.git
 2278  cd developers-jun-2016-americas
 2279  git branch 
 2280  git branch --all
 2281  git checkout USERNAME-githubteacher-kansascity 
 2282  atom .
 2283  git config --global core.editor "atom --wait"
 2284  atom .
 2285  clear
 2286  git status
 2287  git add githubteacher/USERNAME-githubteacher-kansascity.md
 2288  git status
 2289  git commit
 2290  git status
 2291  git log
 2292  git log --oneline
 2293  git pull
 2294  clear
 2295  git push -u origin USERNAME-githubteacher-kansascity 
 2296  clear
 2297  history
 2298  atom .
 2299  clear
 2300  history
 2301  clear
 2302  git checkout master
 2303  git pull
 2304  ls
 2305  git branch 
 2306  git branch -al
 2307  git pull --prune
 2308  git branch -al
 2309  git branch
 2310  git branch -d USERNAME-githubteacher-kansascity 
 2311  git branch
 2312  git pull --prune
 2313  git branch -al
 2314  git config --global fetch.prune true
 2315  clear
 2316  history
 2317  git log
 2318  git log --oneline
 2319  git log --oneline --graph
 2320  git log --oneline --graph --decorate
 2321  git log --oneline --graph --decorate --all
 2322  git log --stat
 2323  git log --patch
 2324  git log --oneline --graph --decorate --all
 2325  git config --global alias.lol "log --oneline --graph --decorate --all"
 2326  git lol
 2327  git config -ls
 2328  git config -l
 2329  git s
 2330  git status
 2331  git branch -al
 2332  git branch
 2333  git long --oneline
 2334  git log --oneline
 2335  git log --oneline -5
 2336  git pull
 2337  ls
 2338  clear