Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Borwe committed Jan 13, 2024
1 parent c83e02d commit 8941d03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ export function doGitMergeAndRebase(msgToCommit: string, dir: vscode.Uri, func:

commitToResetAtIndex -= 1

console.log("LOGSINFOS:",logLists)
console.log("LOGSSELECTPOS:",commitToResetAtIndex)
const logInfoToUse = logLists[commitToResetAtIndex]
console.log("LOGINFOUSING:",logInfoToUse)
const cwd = process.cwd()
try{
process.chdir(dir.fsPath)
Expand Down Expand Up @@ -208,7 +205,6 @@ export async function startGitCommit(logMsg: string | undefined, file: vscode.Ur
}catch(err: any){
const errString = String(err.stderr)
if(errString.includes("paths are ignored")){
console.log("FUCK YEAH!!!!!!!!!!!", file.fsPath)
commitStatus.status = "GitIgnored"
}else{
commitStatus.status = "Error"
Expand Down

0 comments on commit 8941d03

Please sign in to comment.