Linux-next: diferenças entre revisões
Saltar para a navegação
Saltar para a pesquisa
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 22: | Linha 22: | ||
##g##$##!g## git reset --hard | ##g##$##!g## git reset --hard | ||
</console> | </console> | ||
== Ligações externas == | |||
* [https://www.kernel.org/doc/man-pages/linux-next.html Working with linux-next] | |||
[[Category:Linux]] | [[Category:Linux]] | ||
Revisão das 11h19min de 15 de outubro de 2018
Setup
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux $ git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next
Update
$ git checkout master $ git remote update $ git checkout next-20181015
Fix Drama
$ git reset --hard