1

I have been looking for ways to full screen my Git terminal screen on windows.

I tried tweaking the property settings but no luck.

I found few crazy hacks online , but could not get it to work! :(

I am at a loss to understand why I can't find an easy way to accomplish such basic thing.

meda
  • 591

2 Answers2

2

In Windows I use TortoiseGit tool. for my opinion it is the simpliest way to work with repository and not to switch to another OS (Linux). Windows-friendly, I would say. there is an option to full view and you can make it in fullscreen.

1

This sounds like you are using the default Windows console window for git.

Consider using a different console. One often recommended is Console2.

Another option is to use Git from Cygwin; then you can e.g. use mintty.

sleske
  • 23,525