×
          
              
          
      
      Clear all filters including search bar
          
        Valeri Tandilashvili's Personal Professional Blog
      
    .gitignore*.txt
/docs
/dir/*.htmlindex.htmlgit restore --staged index.htmlgit restore --staged .git reset HEAD index.html  /  git reset HEAD .also works on windows PowerShellindexgit add index.*git add *.htmlgit rm --cached new.filegit --versiongit clonegit initgit addgit statusgit commitgit pullgit pushtry{
    $stmt = $conn->prepare($query);
    $stmt->execute($exec_arr);
} catch(PDOException $e) {
    if($e->getCode() == 23000){
        array_push($errors, 'Technology already exists');
    } else {
        array_push($errors, 'Database error');
    }
}git pull origin master