Added batch scripts to make push/pull easier
This commit is contained in:
		
							
								
								
									
										8
									
								
								commit.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								commit.bat
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					git add .
 | 
				
			||||||
 | 
					@echo off
 | 
				
			||||||
 | 
					set /p "cm=Enter Commit Message: "
 | 
				
			||||||
 | 
					git commit -m "%cm%"
 | 
				
			||||||
 | 
					echo Ready to push to repository
 | 
				
			||||||
 | 
					pause
 | 
				
			||||||
 | 
					git push
 | 
				
			||||||
 | 
					pause
 | 
				
			||||||
		Reference in New Issue
	
	Block a user