can i jump between master and develop branch? #85
-
Can I switch between master branch and develop branch without any problems. |
Beta Was this translation helpful? Give feedback.
Replies: 65 comments 4 replies
-
Hi, yes, you can simply track the remote develop branch and then switch it locally and there shouldn't be any issue except for the packer stuff. If you get some errors with plugins stuff just remove the |
Beta Was this translation helpful? Give feedback.
-
aaaah thanks for the rm packer comp tip!!! |
Beta Was this translation helpful? Give feedback.
-
also i saw this one. it looks realy cool. what do you think? |
Beta Was this translation helpful? Give feedback.
-
I'll need to see how extensible is it compared with galaxyline. However if it doesn't takes my attention after reading the source then you can disable doom's default statusline and setup windline by yourself 🤔 |
Beta Was this translation helpful? Give feedback.
-
nice. i just wanted to show you. I have to get down with the dev branch now so that I can try out more stuff and make PRs and add value to the project. the reason why i though windline was cool is because i often cannot see which window split i am working in and so his color thingys seem to make that quite clear. i haven't tried it myself yet tho. :D |
Beta Was this translation helpful? Give feedback.
-
ey are the config and doom rc supposed to be empty in develop? |
Beta Was this translation helpful? Give feedback.
-
Nope, they shouldn't. How did you jumped into the develop branch? 🤔 |
Beta Was this translation helpful? Give feedback.
-
i did |
Beta Was this translation helpful? Give feedback.
-
also, if i remove packer compiled file it does not autoredo everything for me. i run packer install manually. |
Beta Was this translation helpful? Give feedback.
-
did you touched something else? This is a really weird behavior for me because I often switch between both branches and these files shouldn't be empty, git did some black magic 😕 |
Beta Was this translation helpful? Give feedback.
-
however, i am happy now because now i successfully managed to switch between my own personal branch and debvelop |
Beta Was this translation helpful? Give feedback.
-
no
no not that i know of. but i will try to recall everything i did now and post!! |
Beta Was this translation helpful? Give feedback.
-
we'll probably figure it out. i always do stupid shit. |
Beta Was this translation helpful? Give feedback.
-
Hmm maybe it was because the configuration files were cleaned and then doom entered in panic 🤔 |
Beta Was this translation helpful? Give feedback.
-
Yes, if you have doom inside other path e.g. |
Beta Was this translation helpful? Give feedback.
-
Btw maybe we should convert this into a discussion 🤔 |
Beta Was this translation helpful? Give feedback.
-
yes indeed i have no idead how to do that tho |
Beta Was this translation helpful? Give feedback.
-
Lemme do it, hold on |
Beta Was this translation helpful? Give feedback.
-
yo! |
Beta Was this translation helpful? Give feedback.
-
I did some additions for the DAP plugins 3 days ago in the whichkey setup and the keybindings/init had some small modifications yesterday too |
Beta Was this translation helpful? Give feedback.
-
cool then it shouldn't be a problem because i workd on this late in the evning yesterday |
Beta Was this translation helpful? Give feedback.
-
Let's hope it :) |
Beta Was this translation helpful? Give feedback.
-
allright so i have to now read up on how to make a good pr and then push. the jump commands became really good |
Beta Was this translation helpful? Give feedback.
-
I'm pretty sure that they'll be really useful 🙂 Btw you'll surely want to read this, it's basically the doom's code conventions and where should be placed some stuff for a consistent code :) |
Beta Was this translation helpful? Give feedback.
-
hey man are you using something like this or how do you accesss manpages in vim |
Beta Was this translation helpful? Give feedback.
-
i also decided to put doom-nvim back under XDG_HOME so that it becomes less of a hassle to test before pushing the pr. |
Beta Was this translation helpful? Give feedback.
-
hey have you tried NvChad also lol?? I'm gonna see if i can get it to work with cheovim and take inspiration from it later. |
Beta Was this translation helpful? Give feedback.
-
I am also doing a deep walkthrough of the doom_config file now and I see that I wasn't aware of some nice track etc. in it so my apologize for some of the stupid question I have been posting earlier. Especially for not having set the log levels. |
Beta Was this translation helpful? Give feedback.
Hi, yes, you can simply track the remote develop branch and then switch it locally and there shouldn't be any issue except for the packer stuff.
If you get some errors with plugins stuff just remove the
plugin/packer_compiled.lua
and doom should regenerate it in the next startup