Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Normalizes tracking to undefined
main
Eric Amodio
7 anos atrás
pai
58b95a9e89
commit
d0073e22cf
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/git/models/branch.ts
+ 1
- 1
src/git/models/branch.ts
Ver arquivo
@ -26,7 +26,7 @@ export class GitBranch {
this
.
current
=
current
;
this
.
name
=
branch
;
this
.
tracking
=
tracking
;
this
.
tracking
=
tracking
===
''
||
tracking
==
null
?
undefined
:
tracking
;
this
.
state
=
{
ahead
:
ahead
,
behind
:
behind
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar