wilou
August 16, 2023, 7:39pm
1
Hello
I use the obsidian git plugin.
But the command in obsidian git is different than gi on terminal.
Is it possible to make a new branch on git obsidian.
Or make a git add
. + git commit -m 'my commit"
+ git push origin master
?
I try it but i can’t …
gino_m
August 16, 2023, 7:59pm
2
Why do you need a new branch?
By the way, the correct syntax is git add .
+ …
If you are on PC, just install Github Desktop and conduct all git through that.
wilou
August 17, 2023, 6:14pm
3
Sorry
I ask the question for the plugin obsidian git
To do it directly in obsidian
But otherwise i use gitBash and the classic command.
gino_m
August 17, 2023, 6:26pm
4
It’s good to learn the commands, I agree. Otherwise I’d still let GH deal with my stuff (for several reasons).
I have no experience using the plugin for commands. I wouldn’t touch it if I was on a PC. My two cents.