Forums

Hi! Please help!

I am new to programming and I thought programming everywhere would really make things easier for me. But something I really need to know is how to clear the clutter on the console. Is there some sort of a clear all command or refresher button? Please help with detailed instructions. Thanks!!

just type "clear"

You can also use 'reset' and press Ctrl-L. Ctrl-L also works in a Python console, while clear and reset only work in a bash console.

So I updated my local files, added and committed to github. And I try to git pull from python anywhere but it's not letting me. Here's the problem I am having.

Updating 2ed153c..b951be2 error: Your local changes to the following files would be overwritten by merge: db.sqlite3 Please commit your changes or stash them before you merge. Aborting

You should consider excluding your database from the files you put into repo.