Skip to content

Push/Sync doesn't show updates in CODE #22389

Discussion options

You must be logged in to vote

Hi Roger,

The workflow is simple:

  • do some change to your code and save
  • add into the stage area => on your integrated vscode terminal you can type git add --all or if you want to use a gui on vscode the third tab do the job:

    if you click on the + symbol you tell git the file you want to save on the history of the project.
  • then commit this changes to confirm the change you have stage => if you are using a terminal you can run git commit -m 'your message' or if you are using the gui on vscode the message is the first text block of the tab:

    Remember that a message in the commit is mandatory. Once you have write the message just click on the check…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants