Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mnegi/web-development-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

Web Development With Thruskills

Intro to git & github

git clone <repository url>

you will go to the local repository folder in your machine make changes in the files & folders then you need to push these changes to the remote server

git add .

  • adding our changes to the local respository

git commit -m "commit message"

  • we are writing those changes to the local repository
  • so that they can be tracked

git push origin master

  • now we want the local changes to be saved in the remote/origin server
  • we will push those changes to remote server in master branch

git pull origin master

  • to get the latest changes from the remote repository

About

Learning web application development with Thruskills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /