sudo apt-get install git ssh
cd ~/.ssh
안되면 mkdir ~/.ssh
cd ~/.ssh
ssh-keygen -t ed25519 -C "your_email@example.com"
cat id_ed25519.pub
cat 해서 뜬 글 복사 후 Gitlab의 자기 프로파일 - preference - SSH Keys 에다 붙여넣고 기기 등록
Clone with ssh 링크 복사
cd ~/catkin_ws/src
git clone git@gitlab.com:skku-sior/study_ros/2022-ros_gazebo.git
git checkout 이동하고 싶은 브랜치 이름 입력
ex) git checkout 3rd-week---gazebo_one_joint
cd ~/catkin_ws
catkin_make