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.
ejecutamos git status
ejecuta git status
If we run git status, we'll see no changes, because all three trees are the same.
Si ejecutamos git status, no veremos ningún cambio, porque los tres árboles son iguales.
When we run git status at this point, Git will show us that we have "new commits" on the submodule.
Cuando ejecutamos git status en este punto, Git nos mostrará que tenemos "new commits" en el submódulo.
If we run git status right now, we'll see the file in red as "Changes not staged for commit," because that entry differs between the index and the working directory.
Si ejecutamos git status ahora, veremos el archivo en rojo como "Changes not staged for commit" porque esa entrada difiere entre el índice y el directorio de trabajo.
At this point, if we run git status, we will see the file in green under "Changes to be committed" because the index and HEAD differ - that is, our proposed next commit is now different from our last commit.
En este punto si ejecutamos git status veremos el archivo en verde debajo de "Changes to be committed" porque el Índice y el HEAD difieren - es decir, nuestro siguiente commit propuesta ahora es diferente de nuestra última commit.
If you run git status at this point, you'll notice a few things.
Normally, you might run git status at this point to see what all conflicted
Normalmente, podrías ejecutar "git status" en este punto para ver todo lo que entró en conflicto
If you run git status -s or git status - short you get a far more simplified output from the command.
Si ejecutas git status -s o git status - short obtendrás una salida mucho más simplificada.
Let's run git add now to stage the benchmarks.rb file, and then run git status again
Ejecutamos git add para preparar el archivo benchmarks.rb, y volvemos a ejecutar Ambos archivos están ahora preparados y se incluirán en tu próxima confirmación.
Note that if you run git status now you'll see in green the difference between the index and what the new HEAD is.
Tenga en cuenta que si ejecuta git status ahora verá en verde la diferencia entre el Índice y lo que el nuevo HEAD es.
Run git status, git add, git commit, etc. Any changes made to the spec files under the spec/ruby directory must be in a different commit from changes made to other Rubinius source code files.
Ejecute git status, git add, git commit, etc. Cualquier cambio hecho a los archivos de spec en el directorio spec/ruby debe estar en un commit diferente al de los cambios hechos en los demás archivos del código de Rubinius.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.