Posts by Roberto Leite de Moraes • 127 points
6 posts
- 
		0 votes2 answers169 viewsA: Code improvementSelenium is already slow by nature because it needs to upload its application, some cases with database, open Chrome, and browse, you even added for it to stay 5 seconds waiting that will slow this… 
- 
		1 votes1 answer606 viewsQ: How to make a file. gitignore globalI may have a file .gitignore global? IE, that independent of the project it eliminates for example the files of the operating system? gitasked Roberto Leite de Moraes 127
- 
		1 votes1 answer606 viewsA: How to make a file. gitignore globalYes you can create global delete rules for your user on your local machine. These rules will be valid for all repositories only on your local machine, the Global exclusion rules will not reflect on… gitanswered Roberto Leite de Moraes 127
- 
		0 votes1 answer147 viewsA: Insert in list order in CYou are right in your comment Manuel, missing a break in your code, I created another solution without the need for the auxiliary function and with more expressive names that facilitate… 
- 
		4 votes2 answers1914 viewsA: Always ask for password in Git Bash WindowsThe setting you need to change is the credential.helper, as you are in Windows it should be as manager, you can check by running the console command git config --list Git has a running process that… 
- 
		0 votes1 answer107 viewsQ: How to reset Ubuntu bash password from windows 10?I don’t remember my Ubuntu bash user password on Windows 10 how do I create a new password for my user?