Contents

Upload xv6 project to GitLab

   Mar 17, 2023     0 min read

Git

Upload xv6 project to GitLab

  • OS 디렉토리로 가서 git initialize
git init
  • setup remote repository URL of the GitLab
git remote add origin https://hconnect.hanyang.ac.kr/2023_ele3021_12300/2023_ele3021_학번.git
  • add to staging area by GitLab
git add .
  • set information
git config --global user.name "내 학번"
git config --global user.email "내 이메일"
  • commit
git commit -m "commit message"
  • push
git push -u origin master
  • If the system ask your username and password
    • username: 학번
    • password: GitLab 비밀번호