Andr3as / Codiad-CodeGit

Git integration for Codiad
MIT License
26 stars 15 forks source link

Add fetch on overview #42

Closed j-tanaka closed 7 years ago

j-tanaka commented 7 years ago

Add fecth on overview menu. It is just do "git fetch."

Andr3as commented 7 years ago

Good idea. It would be nice if you would add an option to fetch a specific remote. "When no remote is specified, by default the origin remote will be used [...]." [git-scm.com]

j-tanaka commented 7 years ago

I added an option to fetch a specific remote.

j-tanaka commented 7 years ago

Fix to be able to fetch a default remote.

j-tanaka commented 7 years ago

Fixed bugs and Implement fetch into overview and remote.

Andr3as commented 7 years ago

Great work. Please resolve the merge conflict.

j-tanaka commented 7 years ago

I have resolved the conflict.