Part 3 - Git Add All and Git Log? [Git-ing Started with Git Series]

preview_player
Показать описание
Adding git files to staging one at a time is not a very effective way to do much of anything. This video explores how Git tracks files ongoing and how to add multiple files at once.

We can also see our progress with a git log, that shows all of our previous commits.

Coming Up:
Ignoring some files to prevent them from getting into our repo.

-- CODE SNIPPETS ---

Adding all modified and untracked files to staging:
git add .

See all Previous Commits:
git log

--- MORE FROM THIS SERIES ---

Full Playlist for the "Git-ing Started with Git" Series:

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

---

Tags: Git basics and learning git tutorial. Best tutorial git easiest tutorial git. Git on Mac, Linux, Windows. Tutorials with Alex, devmarketer
Рекомендации по теме
Комментарии
Автор

Thank you for adding a "Summary of CMDs" at the end of the video.

vsulli
Автор

That's so wonderful alex
Thanks Man :)

amrgaber