Friday, August 13, 2021

links

 https://rhtapps.redhat.com/promo/course/do007?segment=3
https://www.youtube.com/watch?v=dadKFIEJQbc&list=PL55uMtDpag8psxkSr3PrK6Jx0G7EfCRYw&index=7
https://www.udemy.com/course/git-github-crash-course/learn/lecture/25672800#overview
https://www.youtube.com/watch?v=sNDs6AoNmA8
https://www.udemy.com/course/automate/learn/lecture/3465796#overview
https://www.udemy.com/course/mastering-git-for-beginners-and-experts/learn/lecture/26290392#overview
https://drive.google.com/file/d/1mi4WjUWQ1AqB1LM_RThwQ0-FEz5u9xhr/view



No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...