Kent W
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to use environment variables set up in run config, inside the run time parameters?
I am setting up environment variables in pycharms run configuration, but they do not resolve if I try to use them inside the parameters section. This doesn't make sense? Am I doing something wrong?... -
Created Cherry Pick Multiple arbitrary commits from a list?
AnsweredI have two branches and I have a manually compiled list of commits I need to get from Branch A to Branch B. So i.e. I have a txt file and inside is CommitHash1,CommitHash2,CommitHash3, .... , Commi...