Vertaling van "run git add" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can put patterns in your project's.gitignore file to have Git not see them as untracked files or try to stage them when you run git add on them, as discussed in But sometimes you want to ignore certain files for all repositories that you work with.
Możesz umieścić wzorce w pliku.gitignore w swoim projekcie, aby Git nie śledził ich i nie próbował dodawać do przechowalni po wykonaniu komendy git add, jak wspomniałem już w rozdziale 2.
You can put patterns in your project's.gitignore file to have Git not see them as untracked files or try to stage them when you run git add on them, as discussed in Chapter 2.
Możesz umieścić wzorce w pliku.gitignore w swoim projekcie, aby Git nie śledził ich i nie próbował dodawać do przechowalni po wykonaniu komendy git add, jak wspomniałem już w rozdziale 2.
You can put patterns in your project's.gitignore file to have Git not see them as untracked files or try to stage them when you run git add on them, as discussed in Ignoriranje datotek.
Możesz umieścić wzorce w pliku.gitignore w swoim projekcie, aby Git nie śledził ich i nie próbował dodawać do przechowalni po wykonaniu komendy git add, jak wspomniałem już w rozdziale 2.
After you've resolved each of these sections in each conflicted file, run git add on each file to mark it as resolved.
Po rozstrzygnięciu wszystkich takich sekcji w każdym z problematycznych plików, uruchom git add na każdym z nich, aby oznaczyć go jako rozwiązany.
Let's run git add now to stage the benchmarks.rb file, and then run git status again
Uruchom zatem git add by umieścić benchmarks.rb w poczekalni, a następnie ponownie wykonaj git status
To make updates to your Node.js web app running in App Service, just run git add, git commit, and git push like you did when you first deployed your web app.
Aby zaktualizować aplikację sieci Web Node.js działającą w usłudze App Service, uruchom polecenia git add, git commit i git push, jak podczas pierwszego wdrożenia aplikacji sieci Web.
If you modify a file after you run git add, you have to run git add again to stage the latest version of the file