#🔒 Multiple Git client accessing one Local Repo
19 messages · Page 1 of 1 (latest)
@dawn spade
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
yeah, just make sure to commit when exiting either
So I can commit on Pycharm,
close PyCharm,
and open LazyGit.
This would not give me conflict messages?
Q2. What if I want to edit on Pycharm, and commit and push on LazyGit?
@patent kettle so can I do this?
BTW thank you for your time
U can do things in separate clients as long as u do atomic operations in them like
U can git add in one
Git commit in another one
Solve git conflicts in another one
But if u write git commit msg, u need to finish in one and commit in same because it is a single command in git.
It is fine to run git push in another one
Tldr....
https://learngitbranching.js.org/
Learn git CLI in this interactive tutorial
GUI change, CLI remains the same
U will understand single operations that any gui does under the hood
So I git add on IDE, and git commit on LazyGit?
Lemme try this stuff
yup. that can work. because it follows... logic of Git CLI / Git library code.
U will understand it too if u learn Git CLI
Tank you!!!
🥰
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.