Skip to content

Where to use git pull? #1700

Answered by ClashSAN
SingingTurnip asked this question in Q&A
Discussion options

You must be logged in to vote

a few ways to do this

  1. right click and open in terminal in C:\SD\stable-diffusion-webui folder. then do git pull
  2. open terminal from windows search bar, type cd C:\SD\stable-diffusion-webui, then do git pull
  3. (best way) make a bat file, like "updater.bat" and write "git pull" inside. the file should be in root project directory (C:\SD\stable-diffusion-webui), double click bat file to run the command.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SingingTurnip
Comment options

Answer selected by SingingTurnip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants