luzpaz

Results 1839 comments of luzpaz

Experimental snap available of this PR: A build from commit 2032b9f7a7badca4ab4d42932e7cfbe2c69ff0df has been published to channel edge/pr-47 as revision 189. ## Installation instructions ```bash # Note: not all distros require...

@wwmayer please weigh-in when you have a moment. TIA!

Please explicitly add your full [About](https://wiki.freecad.org/About) to bug tickets. thank you!

@WarrenKCash thanks for braving `git`

>git checkout master git fetch upstream git merge upstream/master #

In my experience `git merge` creates a commit. `git rebase` doesn't. So rebase is cleaner on the git history.

Yea, I'll take a look a little later to see what's going on. It looks like you need to `git pull` first. If anyone else has a moment before I...

@paullee0 this is what it's complaining about: ![Screenshot_20220907_173849](https://user-images.githubusercontent.com/4140247/188987213-73a3e1e8-cc98-43d5-9c40-a054f00e781a.png)

Now you're ready. ![Screenshot_20220907_175203](https://user-images.githubusercontent.com/4140247/188990239-c02cdf7f-81fa-479e-91ef-6b5b6ee7100e.png)

Better to `git rebase` than `git merge` as it pollutes the git history. Also all commits should have `Sketcher:` pre-pended to their summary