How To Git Commit And Push Changes

preview_player
Показать описание
(We're free online community, meet other makers!)

#git #github #webdevelopment

00:00 how to commit and push changes git command line
00:35 changing the file
00:45 git add all
01:00 git commit -m "commit message"
01:12 git push
Рекомендации по теме
Комментарии
Автор

would someone be willing to explain what is meant by "already contains my initialized git project"?
seems like an important condition for getting the rest of this to work properly.
does he mean that's a folder on his local hard drive that's already connected to git in some way?

chriskaprys
Автор

Thank you for this!
Simple and to-the-point!

ShAdw
Автор

If this is helping, please Like and Comment 🙂

This helps YT algorithm show tutorials to more people!

ghosttogether
Автор

Thanks bro. Just took one minute. Absolute legend

raveenshenuka
Автор

Thank you. And awesome description code :)

Michael_H_Nielsen
Автор

Gracias señor desconocido que enseña a usar git

catrielmartinez
Автор

I use git add . also very useful command is git status before committing anything ( make sure git ignore file is set correctly )😁

vaniad
Автор

All went well but when it comes to push changes it doesn't reflect on the page. What could possibly the issue?

I write this to push changes:

$ git add .
$ git commit -m "changes"
$ git push

arslanazharr