Cross platform way to manage a project (and git/github)
I have a cross platform python package and push them from pycharm to github directly. For ease of maintaining the project locally, I have kept the source code in a separate directory/drive accessible to both Linux and Windows. The source directory is already added to git/github. All I need is to log in to Windows or Linux and keep working on the same source code. However, every time I login to different OS, the colour of these files (git indicative of change in the file) keep on changing. I am unable to figure out which file I modified last and need to commit/push to remote repo.
My question is, what is the correct cross platform way to manage a local repo and git integration under PyCharm? Or is it really a bug?
My question is, what is the correct cross platform way to manage a local repo and git integration under PyCharm? Or is it really a bug?
Please sign in to leave a comment.
Im scripting in python using pycharm and I am unsure where to save my modules at so that in the python console I cam import them for usage. please help many thanks to you.
I do suspected the same issue. I do not share a single git working copy over a network share. It is just a directory accessible to both operating system.
How do avoid such an error or what is the correct way of maintaining a single local repository for cross platform development?