#🔒 Multiple Git client accessing one Local Repo

19 messages · Page 1 of 1 (latest)

dawn spade
#

Is it possible to let two Git clients handle the same local repo without anything freak out on my pc?

In my case it's PyCharm IDE and LazyGit on Windows 11, if that helps.

night oxideBOT
#

@dawn spade

Python help channel opened

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.

leaden rose
dawn spade
#

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?

dawn spade
#

BTW thank you for your time

patent kettle
# dawn spade <@370435997974134785> so can I do this?

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

patent kettle
patent kettle
#

GUI change, CLI remains the same

#

U will understand single operations that any gui does under the hood

dawn spade
#

Lemme try this stuff

patent kettle
night oxideBOT
#
Python help channel closed

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.