Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hanyang University ERICA-Understanding of AI

Links

Important Links

Lab 2 Hello world AI

Lab 4 Regression and Clustering

Lab 5 Neural Network

Lab 6 Deep learning classifier

Lab 7 Tic Tac Toe

Lab 8 Final

Some Github Commands

  • Remember to save and git add, git commit before doing further operations
  1. upload

    git add .
    git commit -m "your comments"
    git push
  2. download

    git checkout <branch>
    git fetch
    git merge
  3. new branch

    git checkout -b <branch>
  4. switch branch

    git checkout <branch>
  5. delete a local branch

    git branch -d <branch> # for merged branches
    git branch -D <branch> # force deleting
  6. delete a remote branch

    git push origin --delete <remote branch>
  7. merge branch

    git merge <branch to be merged>
  8. bring back deleted files

    git checkout <PREVIUS COMMIT> -- .
    git add .
    git commit -m "Restore all deleted files"

About

Hanyang ERICA Summer School Understanding AI Course Labs

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages