G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Upload command does not add dotfiles #51

Open achilleas-k opened 7 years ago

achilleas-k commented 7 years ago

This is a tricky one. Should we add dotfiles?

I might rethink this if I add a command that does git add exclusively. Also under consideration is a command that performs git add $* && git commit ..., to record changes locally without necessarily uploading.

cgars commented 7 years ago

DOI can be (actually has been) changed to cloudberry instead of .cloudberry. Needs to be done in UI too, i guess.

In general i think cli should be able to do it (whether it should do it by default is another question)

achilleas-k commented 7 years ago

I agree that it should be able to do it. Still not sure whether it should do it by default. I suppose if we're thinking in the "directory sync" sense, we should be syncing dotfiles and basically everything.